class interaction designLets say i have something like this coded [code] class Normal_Mode; class Fast_Mode; class File_...
unexpected output from binary file.[code] while( bin.read( (char*)&buff, sizeof(int) ) ) { //... } [/code] messed up my output...
unexpected output from binary file.[code] void read () { int buff; fstream bin ("fails.bin", ios::in); while (bin) { ...
[solved]multiple definition of `sakums(int)'thx kbw it worked but now i have another question. Why when i tried this http://en.wikipedia.org/w...
[solved]multiple definition of `sakums(int)'hi, i was writing some basic programs and linking them together in 1 big program but when i decided ...
This user does not accept Private Messages