User forums > Help

Using Code Block for First time?

(1/3) > >>

Newbie C++:
Hello everyone

I have install Code Block and do I have install the C++ Complier somewhere?

I going to used Code block for SDL programming...

Is there Code Block Tutorial showing me how to install C++ Complier and also SDL too?

Folco:
I think your OS is Open Solaris, isn't it ?

Newbie C++:
My OS is Window 7 Ultimate :)

Folco:
Ok, this helps. :)

You have two choices :
- Install Code::Blocks and a compiler separately (so download codeblocks-10.05-setup.exe, and a compiler of your choice)
- Install Code::Blocks and MinGW + gcc + all the stuff you need (so download codeblocks-10.05mingw-setup.exe which contains a compiler etc...)

Both are available on the download page : http://www.codeblocks.org/downloads/26
If you have installed codeblocks-10.05mingw-setup.exe, you already have GCC/G++ installed. :)

For SDL, I recommend you to look at the official site and at their FAQ.

Newbie C++:
thank you :)

I was doing Console Applacations tutorial (there is links below it)

http://www.cprogramming.com/code_blocks/

but i just got one error saying

Id.exe - cannot find lSDLmain

what does that mean?

Navigation

[0] Message Index

[#] Next page

Go to full version