Re: Simple tool for test progranns writen in c?

2017-10-18 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Simple tool for test progranns writen in c?

It doesn't work? Odd... you can download it at https://github.com/philsquared/Catch/re … catch.hpp. If that doesn't work... check your firewall settings. You should have no problems accessing Git Hub. At all.

URL: http://forum.audiogames.net/viewtopic.php?pid=334114#p334114





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

Re: Simple tool for test progranns writen in c?

2017-10-18 Thread AudioGames . net Forum — Developers room : Diego via Audiogames-reflector


  


Re: Simple tool for test progranns writen in c?

Hello guys!Can someone send the direct link from Catch? The git hub link does not work

URL: http://forum.audiogames.net/viewtopic.php?pid=334091#p334091





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

Re: Simple tool for test progranns writen in c?

2017-10-18 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector


  


Re: Simple tool for test progranns writen in c?

Oh, I looked at it again and got it. Thanks for pointing that out. Glad to know that it does support C.

URL: http://forum.audiogames.net/viewtopic.php?pid=334010#p334010





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

Re: Simple tool for test progranns writen in c?

2017-10-18 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector


  


Re: Simple tool for test progranns writen in c?

Show errors? Does that mean you still don't have a set of compiling environment? If that's the case, I recommend using MinGW compiler collection. You can just type "gcc filename.c " on the command prompt. We can of course use Visual Studio, but MinGW is much smaller and easier while you are testing basic C programs that don't heavily rely on the latest Win32 API or VC/VC++ specific macros.Also, if you are sure you are writing in C, the code Ethin pasted above doesn't work because it's written for C++. I'm not sure if the testing library itself is actually providing C API's, so it may work with some tweeks though.

URL: http://forum.audiogames.net/viewtopic.php?pid=333925#p333925





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

Re: Simple tool for test progranns writen in c?

2017-10-17 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Simple tool for test progranns writen in c?

@3, actually, your slightly incorrect -- I wrote that code to fit the question. Catch will work for C or C++ though, though C++ is recommended. The only thing I pasted was the config file.

URL: http://forum.audiogames.net/viewtopic.php?pid=333938#p333938





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

Re: Simple tool for test progranns writen in c?

2017-10-17 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector


  


Re: Simple tool for test progranns writen in c?

Show errors? Is that mean you still don't have a set of compiling environment? If that's the case, I recommend using MinGW compiler collection. You can just type "gcc filename.c " on the command prompt. We can of course use Visual Studio, but MinGW is much smaller and easier while you are testing basic C programs that don't heavily rely on the latest Win32 API or VC/VC++ specific macros.

URL: http://forum.audiogames.net/viewtopic.php?pid=333925#p333925





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

Simple tool for test progranns writen in c?

2017-10-16 Thread AudioGames . net Forum — Developers room : Diego via Audiogames-reflector


  


Simple tool for test progranns writen in c?

Hello guys!I would like to test a program I did in c, but I would like something small and to show errors with accessibility.Does anyone know of any tool for c so?

URL: http://forum.audiogames.net/viewtopic.php?pid=333770#p333770





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