Tag Archives: gcc

C Language Constructors and Destructors with GCC

Constructors and Destructors are special functions. These are one of the features provided by an Object Oriented Programming language. Constructors and Destructors are defined inside an object class. When an object is instantiated, ie. defined of or dynamically allocated of … Continue reading

Posted in C Language, Computer Science | Tagged , , | 5 Comments

Beginners Guide to GCC

A simple tutorial with examples for compiling C Codes for beginners with GCC compiler. Continue reading

Posted in Computer Science, GNU+Linux+FOSS, Overview, Tutorials | Tagged , , | 3 Comments