Re: not able to compile in code blocks please help.

2016-09-19 Thread AudioGames . net Forum — Developers room : Ishan Dhami via Audiogames-reflector
Re: not able to compile in code blocks please help. so in short you are saying that lastly I've to write return 0 or something like that. ThanksIshan URL: http://forum.audiogames.net/viewtopic.php?pid=279665#p279665 ___ Audiogames-reflector

Re: not able to compile in code blocks please help.

2016-09-19 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: not able to compile in code blocks please help. main is a function and eatch function must have a return typethen, you need to create a project and add your C sources there using project->add files or if you want to add everything in a folder, project->add files recursively URL

Re: not able to compile in code blocks please help.

2016-09-19 Thread AudioGames . net Forum — Developers room : Ishan Dhami via Audiogames-reflector
Re: not able to compile in code blocks please help. Hi visual studio!which File should I include? and what is the difference between main() and int main() ThanksIshan URL: http://forum.audiogames.net/viewtopic.php?pid=279605#p279605

Re: not able to compile in code blocks please help.

2016-09-19 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: not able to compile in code blocks please help. hello,first, instead of writing main(), you must write int main()or if you need command-line, you must write int main(int argc, char** argv)then, you need a project file, create one from file->new->projectand then add your

Re: not able to compile in code blocks please help.

2016-09-18 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: not able to compile in code blocks please help. What version of code blocks did you install? I didn't run into any issues testing the code, but I installed the "codeblocks-16.01mingw-setup.exe" version which comes pre-packed with the mingw compiler component.

not able to compile in code blocks please help.

2016-09-18 Thread AudioGames . net Forum — Developers room : Ishan Dhami via Audiogames-reflector
not able to compile in code blocks please help. Hi folks I've started c programming and as visual studio suggested me I've download code blocks. but when I compile the file it says nothing. when I tried to run the file it says "information" this file is not built yet. do you wan