![]() |
|
#1
|
|||
|
|||
What do I need?I'm just starting out with C++, what do I need?
If there is a sticky somewhere please feel free to point me in the right direction, but I'd also be interested to know of any pitfalls you experienced users and newbies alike had when starting out. For example, should I buy an Object Oriented version of C++ or start out with the raw coding I see dotted about in these forums. Alternatively just tell me how you started out and I'll learn from that too. Thanks for any advice. |
|||
|
#2
|
||||
|
||||
Re: What do I need?Quote:
All C++ is object-oriented. The language is the same, no matter what compiler you use. I use Code::Blocks, which is a nice, free IDE. And this set of tutorials should help you out a lot. __________________
Gamer_2k4 |
|
#3
|
|||
|
|||
Re: What do I need?There doesn't seem to be a manual with the Code::Blocks App, and he tutorial doesn't seem to have a bearing on Code::Blocks. Am I doing something wrong here?
|
|
#4
|
||||
|
||||
Re: What do I need?Quote:
Try this link. Code::Blocks wiki __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#5
|
||||
|
||||
Re: What do I need?Quote:
That's because Code::Blocks is simply a tool to turn code into an executable file. Open it, type your code, click the "Build and Run" button, and there you go. There's no real trick to it. The tutorials are to help you learn C++. The complier that you use (like C::B or Dev-C++) has no bearing on how you write code. It just makes the compiling and linking processes smoother, and often makes your code easier to read (context specific color, etc.) That's all. You still have to write the code the same way. __________________
Gamer_2k4 |
|
#6
|
|||
|
|||
Re: What do I need?Thanks for those links and the advice... this is really good, thanks again.
|
Recent GIDBlog
Problems with the Navy (Chiefs) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The