by airowe
Redefinition/Indirection Error Message
|
|
[6 replies] Last: I changed code. Thanks Disch. (by airowe)
|
by IceThatJaw
Hi everyone, I'm new and I have a loop problem.
|
|
[1 reply] : Wow,,,,,,,,I am a total idiot. I forgot to add another command to g... (by IceThatJaw)
|
by pathios
what statement will get this to work
|
|
[3 replies] Last: final itself is declared as a bool (by pathios)
|
Expected ',' or ';' Before '{' Token |
|
[9 replies] Last: @Disch: Eh. It's fine. @Urist: To use pointers, you decide that you... (by Albatross)
|
by esepich
WNDCLASS object.
|
|
[1 reply] : If this is the Windows API, I suggest you try something else. That API... (by Albatross)
|
by esepich
CLASS_NAME[]
|
|
[1 reply] : That would be the name of an array of wchar_ts. The indicates an arr... (by Albatross)
|
by derivarol
Can not understand why compiler don't detect an error;
|
|
[4 replies] Last: never mind I got it now its because he only declared the constructor e... (by wtf)
|
by one3five
hiding a typed string
|
|
[2 replies] Last: thanks alot for the help!! (by one3five)
|
by harmodrew
passing a matrix reference to an object
|
|
[1 reply] : The most simple way would be class1 a; class2 b; b.matrix = new in... (by hamsterman)
|
by ChrisC
Trying to print 10 numbers per line
|
|
[3 replies] Last: Man how stupid of me. I've been looking at this too long...I didn't ev... (by ChrisC)
|
by armored8ball
Using assignment operator +=
|
|
[7 replies] Last: Normally you make such functions like this: int GetFee(int grandto... (by JoR)
|
by pbmichel
converting bits to bytes to kilobytes with mod
|
|
[2 replies] Last: I am very sorry to waste your time thank you very much. (by pbmichel)
|
by eduard77
exercise
|
|
[11 replies] Last: No.... read my posts (all of them) again. You did something completely... (by Albatross)
|
by redhat
recursive function
|
|
[5 replies] Last: Try to avoid the stack overflow. (by ne555)
|
by truguyy
felow up class project
|
|
[no replies]
|
by mike246
Having issues reading in from a file
|
|
[3 replies] Last: while(true) { IOFile.read( ( char * ) &temp, sizeof( Person ) )... (by m4ster r0shi)
|
Can someone check my solution? |
|
[1 reply] : Yes you did edit: a tip: having two cin.get()s is kind of silly. I... (by hamsterman)
|
by chakaal
Vector problems, getting and setting values.
|
|
[2 replies] Last: It works!! Thank you so much :) (a is an int) Any tip on replacing... (by chakaal)
|
by juvan
Writing to char [][]
|
|
[2 replies] Last: You have to use strcpy: strcpy(cBuf ,"text"); // copy "text" to cBuf... (by Null)
|
by Citis
8 bit number
|
|
[5 replies] Last: Thank you! (by Citis)
|