Basic Getting Started Tools with C++

C++, C#, Java, PHP, ect...
towcar
Posts: 316
Joined: Wed May 20, 2009 2:16 pm

Re: Basic Getting Started Tools with C++

Post by towcar »

Ooh thats very helpful, I think i'm first going to find a step by step guide book since I'm honestly that bad scripting though I understand code, Im used to a more simple angle. lol Also said above about getting a debugger, couldn't I also get that as a seperate program? Then have it run through all my C++ files?
Image
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Basic Getting Started Tools with C++

Post by Jackolantern »

I am sure there is a free stand-alone debugger out there, but I am not aware of any. Honestly, if you begin using a full-features IDE, it is very hard to go back to using more simple tools. If you get an IDE that will complete your code while you are still writing it, tell you about errors before you even compile, and warn you of about a thousand other small errors, it is hard to go back to just a notepad 8-)
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Basic Getting Started Tools with C++

Post by hallsofvallhalla »

why not use Visual Studio 2008? Its friggn awesome and free!
User avatar
Raven67854
Posts: 893
Joined: Thu Apr 23, 2009 12:51 am

Re: Basic Getting Started Tools with C++

Post by Raven67854 »

Visual Studio 2008 isn't free halls it's $800. Students can get it for free though :). But you have to pay hahahahaha 8-).
C/C++/C#/Blitzmax/Visual Basic Programmer
Blender/XSI user
"It's not what you use. It's how you use it what you have" -Unknown author
"Sleeping the number one cause of death" -Raven67854
""No matter how much shit life throws at me. I will keep on going just to piss life off." -Raven67854

PC Specs:
AMD Athlon 64x2 5000+ 2.6ghz Black Edition
8 gigs Corsair ram 1066mhz
9800GTX+
2x750gb HD
Vista Home Premium X64
Ubuntu 9.04 X64
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Basic Getting Started Tools with C++

Post by Jackolantern »

I think he meant Visual Studio 2008 Express 8-) And yeah, I am not sure why anyone would want to subject themselves to using notepad when VS Express is available, and all the other open-source goodness.
The indelible lord of tl;dr
User avatar
Raven67854
Posts: 893
Joined: Thu Apr 23, 2009 12:51 am

Re: Basic Getting Started Tools with C++

Post by Raven67854 »

I like notepad++ its very awesome. But yeah Visual Studio is a very nice IDE.
C/C++/C#/Blitzmax/Visual Basic Programmer
Blender/XSI user
"It's not what you use. It's how you use it what you have" -Unknown author
"Sleeping the number one cause of death" -Raven67854
""No matter how much shit life throws at me. I will keep on going just to piss life off." -Raven67854

PC Specs:
AMD Athlon 64x2 5000+ 2.6ghz Black Edition
8 gigs Corsair ram 1066mhz
9800GTX+
2x750gb HD
Vista Home Premium X64
Ubuntu 9.04 X64
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Basic Getting Started Tools with C++

Post by Jackolantern »

Notepad++ is my minimum requirement for coding. My only problem with it is that you are still working with a "code, compile, broken, re-code, re-compile, something else is broken" debugging cycle. I have not used it in a very long time, but last time I did use it, it had no debugging capabilities, which can really slow down development.
The indelible lord of tl;dr
User avatar
Raven67854
Posts: 893
Joined: Thu Apr 23, 2009 12:51 am

Re: Basic Getting Started Tools with C++

Post by Raven67854 »

Well its pretty much just notepad with syntax highlighting. But even I will admit I am spoiled by IDE's like codeblocks and visual studio.
C/C++/C#/Blitzmax/Visual Basic Programmer
Blender/XSI user
"It's not what you use. It's how you use it what you have" -Unknown author
"Sleeping the number one cause of death" -Raven67854
""No matter how much shit life throws at me. I will keep on going just to piss life off." -Raven67854

PC Specs:
AMD Athlon 64x2 5000+ 2.6ghz Black Edition
8 gigs Corsair ram 1066mhz
9800GTX+
2x750gb HD
Vista Home Premium X64
Ubuntu 9.04 X64
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Basic Getting Started Tools with C++

Post by Jackolantern »

Yeah, I think I am really too spoiled to go back. Hell, even near my beginnings of coding in GWBASIC and QBASIC, I had a nifty little IDE to work in :D
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Basic Getting Started Tools with C++

Post by hallsofvallhalla »

sorry yes i meant express, which is what i use and its hella good.
Post Reply

Return to “Coding”