Difference between revisions of "User:TDragon"
From Code::Blocks
(New page: Hello, world! Code::Blocks and wxWidgets on Windows Quick Reference) |
(More work) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Hello, world! | Hello, world! | ||
+ | |||
+ | {{Layout_box2|1= | ||
+ | === How do I... === | ||
+ | '''[[Installing_Code::Blocks|...install Code::Blocks?]]'''<br/> | ||
+ | <span style="font-size:.9em"> | ||
+ | [[Installing_the_latest_official_version_of_Code::Blocks_on_Windows|Windows]] | | ||
+ | [[Installing_in_Ubuntu|Ubuntu]] | | ||
+ | [[Installing_in_Mac_OS_X|Mac OS X]] | | ||
+ | [[Installing_in_Fedora_Core|Fedora Core]] | | ||
+ | [[Installing_Code::Blocks|more...]] | ||
+ | </span> | ||
+ | |||
+ | '''[[Installing_a_supported_compiler|...set up a compiler in Code::Blocks?]]'''<br/> | ||
+ | <span style="font-size:.9em"> | ||
+ | [[Installing_a_supported_compiler#Downloading_the_GNU_GCC_compiler_.26_GDB_debugger|MinGW]] | | ||
+ | [[Installing_a_supported_compiler#Downloading_the_Microsoft_Visual_C.2B.2B_Free_Toolkit_2003|MS Visual C++]] | | ||
+ | [[Installing_a_supported_compiler|more...]] | ||
+ | </span> | ||
+ | |||
+ | '''...create a new project?''' (Coming soon) | ||
+ | |||
+ | '''...debug my program?''' (Coming soon) | ||
+ | |||
+ | '''[[User_documentation#Third-party_libraries|...use a 3rd-party library?]]'''<br/> | ||
+ | <span style="font-size:.9em"> | ||
+ | [[Using_wxWidgets|wxWidgets]] | | ||
+ | [[Using_Boost|Boost]] | | ||
+ | [[Using_SDL_with_Code::Blocks|SDL]] | | ||
+ | [[User_documentation#Third-party_libraries|more...]] | ||
+ | </span> | ||
+ | }} | ||
+ | |||
[[WxWindowsQuickRef|Code::Blocks and wxWidgets on Windows Quick Reference]] | [[WxWindowsQuickRef|Code::Blocks and wxWidgets on Windows Quick Reference]] | ||
+ | |||
+ | [[BoostWindowsQuickRef|Code::Blocks and Boost on Windows Quick Reference]] |
Latest revision as of 19:35, 19 July 2008
Hello, world!
How do I...
...install Code::Blocks?
Windows |
Ubuntu |
Mac OS X |
Fedora Core |
more...
...set up a compiler in Code::Blocks?
MinGW |
MS Visual C++ |
more...
...create a new project? (Coming soon)
...debug my program? (Coming soon)
...use a 3rd-party library?
wxWidgets |
Boost |
SDL |
more...