General C++ Programming - March 2012 (Page 49)

Overloading insertion/extraction
 
I am attempting to overload the stream operators for my class. I have the following code: friend ostream& operator<<(ostream& ostr, const Stat& stat); W...
[1 reply] : Nevermind...I feel retarded. friend std::ostream& operator<<(std::os... (by ciphermagi)
Create command in C + +?
 
Hello I am new to the area of C + + programming, develop applications in console mode I would like to create a custom command resembling the cmd windows for ...
[5 replies] Last: #include <cstdlib> //why do you need this? #include <iostream> #inclu... (by LB)
C++ Code for the game of life
 
#include <iostream> using namespace std; #include <conio.h> // for _kbhit () and getch #include <memory.h> // for memset and memcpy #include <stdlib.h...
[no replies]
March 2012 Pages: 1... 474849
  Archived months: [feb2012] [apr2012]

This is an archived page. To post a new message, go to the current page.