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 mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/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: http://forum.audiogames.net/viewtopic.php?pid=279624#p279624





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/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.

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 files there, then compile your project

URL: http://forum.audiogames.net/viewtopic.php?pid=279590#p279590





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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.

URL: http://forum.audiogames.net/viewtopic.php?pid=279547#p279547





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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 want to built it now? I clicked on yes and again the same dialogue box exist. I cannot see the output of my file. anyway here is the code#includemain(){printf("hello I am ishan");} ThanksIshan

URL: http://forum.audiogames.net/viewtopic.php?pid=279528#p279528





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector