-
Notifications
You must be signed in to change notification settings - Fork 0
moisko/C
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
// ======================= The C programming language // *** In French *** Les entrees-sorties en C -> http://c.developpez.com/cours/bernard-cassagne/node73.php Fonctions recursives -> http://franckh.developpez.com/tutoriels/c-ansi/recursivite/ // *** In English *** Art of programming -> http://online-judge.uva.es/p/Art_of_Programming_Contest_SE_for_uva.pdf C in examples -> http://www.programmingsimplified.com/c-program-examples Writing unit tests in C -> http://cunit.sourceforge.net/ The standard C library -> http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html Array of function pointers -> http://stackoverflow.com/questions/252748/how-to-use-array-of-function-pointers -> http://www.cprogramming.com/tutorial/function-pointers.html -> http://www.go4expert.com/forums/showthread.php?t=5851 -> http://www.newty.de/fpt/index.html // ======================= Development environments (IDE) Netbeans IDE for C/C++ development -> http://netbeans.org/features/cpp/ Eclipse IDE for C/C++ development -> http://eclipse.org/downloads/moreinfo/c.php Microsoft Visual Studio -> https://www.dreamspark.com/Products/Product.aspx?ProductId=1 // ======================= Git Pro Git book -> http://progit.org/book/ How to install Git -> http://www.slideshare.net/testrus/git-on-windows-plain-introduction // ======================= Compiling a C program using the GNU compiler http://www.wikihow.com/Compile-a-C-Program-Using-the-GNU-Compiler-(GCC)
About
C code examples
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published