Helpful LinksC/Ch/C++ User's GroupC/Ch/C++ InterpreterDownload C/C++ Compilers for Windows and Mac OS XThe user-friendly ChIDE in Ch in Windows, Linux, and Mac OS X can be used to conveniently edit/compile/link C/C++ programs to create binary executables. ChIDE invoke C/C++ compilers to compile and link C/C++ programs. By default, a Linux machine is typically installed with C compiler gcc and C++ compiler g++. You can download C/C++ compilers for Windows and Mac OS X from the internet.Connecting to Remote Linux SystemsSaving an Interactive Session as Output in LinuxC StandardA Sample Course (in a quarter system) Using This TextbookHandling Images and Animations
Download
GIMP
to handle images and grab Windows for submitting homework.
Take a ScreenshotText Editor VIThe vi text editor is good for C/C++ programmers to quickly editing C/C++ programs . The vi editor is available in Unix and Mac by default. Ch in Windows contains the vi editor. Therefore, you can conveniently edit C/Ch/C++ program using vi across different platforms, especially for remotely editing C/Ch/C++ programs. |