Hi CS1102C students, welcome to my CS1102C miniatures. These miniatures were written when I was a laboratory teaching assistant for CS1102C in 2004/2005 Semester I. However, these miniatures are no longer maintained.
Please note that I am far more well-versed in C than C++. So please feel free to point out errors when I post C++ material.
Miniature 1: What is the difference between
assignment and strcpy() when using C strings?
Miniature 2: Why do we return 0 at the end of the main()
function?
Miniature 3: Compiler directives
Miniature 4: Designing an abstract data type
Miniature 5: What are lists, stacks and queues?
Miniature 6: Three ways of string tokenization
Miniature 7: Dynamic programming
Miniature 8: How do we define two classes A and B, but A uses B and B uses A?
Miniature 9: Templates and more
Miniature 10: How are C or C++ strings sorted?
cplusplus.com
Standard Template Library
Programmer's Guide
C/C++ Reference
Guide on using the GNU Project Debugger (GDB)