10-08-2009, 08:56 AM
Learn C++ (The Correct Way) - Lesson 1
|
10-08-2009, 09:29 AM
Because it's just huge waste of space on my screen .
Great tutorial I'll go through it when I get home ;).
10-08-2009, 10:18 AM
Great stuff! I hope someone with some c++ skills and skype can be my teacher I really wanna learn this stuff, and all the pages i've tried just doesn't teach good enough for me, i need a real person. I've got the basics of alot of stuff already, including c++. someone? plz?
10-08-2009, 12:11 PM
Thanks guys, ill transfer part 3 from HF later on.
Quote:Who has two thumbs and doesn't give a crap.......Bob Kelso......Have we met?
10-08-2009, 01:35 PM
Love the tutorial. Easy to understand
lazydude2000 Wrote:I hate Minnesota... Omniscient Wrote:btw...I grew up in Minnesota.
10-08-2009, 03:21 PM
(10-08-2009, 08:56 AM)Guerriero420 Wrote: Lol this kid, does it matter?"Kid"... I'm 21, hardly a kid. Anyway, it matters to me because I don't want to wind up with joint pain from excessive scrolling (which I do get), excuse me for being so selfish. The little boat gently drifted across the pond exactly the way a bowling ball wouldn't.
10-08-2009, 05:52 PM
Thanks much man
Appreciate it
10-10-2009, 05:46 PM
nice tut. should help alot of people
10-10-2009, 08:38 PM
Nice bro, this should help alot of members out
10-17-2009, 10:57 PM
(10-06-2009, 03:29 PM)MrD. Wrote: Actually, that's wrong. Using a "using namespace" IS namespace pollution. This isn't really an issue in a cpp file since it will only be polluted local to that file (unless you are using a unity build); however using it inside a header file is much worse since not only does all the contents of the std library then pollute your header file at a global scope, it also pollutes any files that include that header file. I never use "using namespace" inside a header file, even for my own namespaces (I do use it for my own namespaces inside a cpp file though). if you use different vars(in name) in your own namespace,then it should be fine.If not,you'll meet a big problem in big projects... |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Learn C++ (The Correct Way) - Lesson 2 | Code King | 12 | 3,837 |
04-07-2012, 06:05 PM Last Post: AceInfinity |
|
At What Age Did You Learn C++ | Win | 66 | 20,680 |
12-11-2011, 02:52 PM Last Post: Neel |
Users browsing this thread: 1 Guest(s)