News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Problem with Build

Started by LucAnd, December 21, 2005, 05:12:39 PM

Previous topic - Next topic

LucAnd

i have recently downloaded code:blocks and i like it , i downloaded it with the mingw compiler and it instaled default
My compiler works , but i can't build , the build option isnt't even highlighteed , it's as if it didn't existed , i'm new to programing so i am interested how can i get the program ready to compile cand create programs??
Help pls

LucAnd

i forgot to specify that my debuger dosen't work either , practicly no comand is available except compile

thomas

First, make sure your compiler is installed and recognized correctly, then make a project, and you should be able to compile:

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

LucAnd

thx , seams that my problem was i wasn't onening any project since i was onely creating stand alone c+ sources, but there is still a problem , now the build works but when i run from inside the aplication weird things haoen (diferent for diferent tipes of projects) it's a bit anoying to have to run the program from the exe manualy every time so i am interested , is there any way to ceate and run stand-alone files??
And if not what king of project should i open in order to create c++ sources and programs??

thomas

The one that meets your requirements... not knowing what you intend to write, it is quite impossible to tell you.

If you are just beginning to program, then "console application" will be what you want.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

LucAnd

thx , i just want to learn programing and write mathematican algorithms , i have no intention of creating any real programs , all i want to do is solve problems like those u can find on USACO

thomas

Then "console application" it is.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

LucAnd

THX for all the help , i finaly made Code::Blocks work the way i want , it's greate , great program u have here