Programming in C in 7 daysSiamak Sarmady | ISBN: N/A | Size: 144 KB | 45 Pages
This book is a quick tutorial on C Programming language. We assume that you are familiar with at least one of famous operating systems.
For this book you can use the following compilers or Programming Environments.
- cc in Unix or gcc in Linux operating systems
- Borland C or Turbo C in DOS operating system
- Visual C++ (create a simple win32 console application.) in Windows
- C++Builder (create a console application using console app wizard) in windows
We suggest a simple environment like Unix, Linux or DOS. Windows compilers are very complex for newbie programmers.
DOWNLOAD