![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: May 2006
Posts: 85
Rep Power: 3
![]() |
Code::Blocks
If anyone in here is expirienced with code::blocks then please help me...
how do I run the program from the IDE? I can compile it there but I can't run it from there. Like in Dev-C++ when all you need to do is click compile and run how do I do that in code::blocks?
__________________
Code Forums |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I've never used it. Have you tried the help files? If it doesn't have help files that help, you don't need that compiler.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Programmer
Join Date: May 2006
Posts: 85
Rep Power: 3
![]() |
Not everything can be explained in a help file... you just asume that if there isnt a help file for it then you dont need it... its not about what you need its about what you feel comfortable using...
__________________
Code Forums |
|
|
|
|
|
#4 | |
|
Hobbyist Programmer
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 243
Rep Power: 3
![]() |
Quote:
![]()
__________________
Project::Soulstorm (personal homepage) |
|
|
|
|
|
|
#5 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
If it's so damn' comfortable, why are you asking in a forum how to run a program from the IDE? Oh, can I heat up your coffee??
![]()
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#6 | |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 770
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#7 |
|
Programmer
|
never tried Code::Blocks, but my copy has a big play triangle that looks right. And there is "Run" in the "Build" menu. both possibilities seam to be very near a builing button. How more obvious can you get...
Jimbo: I noticed too ![]() |
|
|
|
|
|
#8 |
|
Programmer
Join Date: May 2006
Posts: 85
Rep Power: 3
![]() |
Ok the buttons are there but you cant click on them... if you guys dont know what your talking about then why post?
__________________
Code Forums |
|
|
|
|
|
#9 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Hey, you're sitting in front of a piece of crap, not us. We STILL aren't mind readers. If you don't know what you're doing, why post? Jes' 'cause, that's why.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#10 |
|
Newbie
Join Date: May 2006
Posts: 13
Rep Power: 0
![]() |
Code::Blocks isn't that bad. First, you have to create a project by going to File > New Project. If you just open a C++ document, you obviously won't be able to compile. Now simply choose what type of project you want and name it. Put the code in the main.cpp created, and compile. The compiler /run button is the one with the blue gear and the small red play button.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|