I need programming help!

Anything else
Post Reply
thatdude
Posts: 2
Joined: Sat Jun 14, 2008 9:43 pm
Location: why do u care?

I need programming help!

Post by thatdude » Sat Jun 14, 2008 9:53 pm

hi and i was wondering if any programers out there might give me a few tips to help me get started. i curently dont know very much(i can barely make things say hello) but im studying c++. ty in advance

User avatar
rudel_ic
official Wolfire heckler
Posts: 2193
Joined: Sun Aug 28, 2005 11:19 pm
Location: Hamburg City
Contact:

Post by rudel_ic » Sat Jun 14, 2008 10:15 pm

Of course!

Do you want to code in C++ or are you okay with other languages?
Do you want to code for a specific platform or cross-platform?

What do you need to know? I can tell you
- where you can get IDEs
- where you can find tutorials for a lot of programming tasks
- how to handle problems if you ask specifically

Just post questions and I'll help you!

If you want to code in C++, here's a good intro:
http://www.doc.ic.ac.uk/~wjk/c++intro/

Here you can find a respectable IDE for Windows:
http://bloodshed.net/devcpp.html
Here's another one:
http://www.eclipse.org/cdt/
Here's one from Microsoft:
http://www.microsoft.com/express/vc/

Post Reply