by kaiwei
How to construct an temporary array in a function?
|
|
[4 replies] Last: [quote=Smac89]There is a way to find the size of the array using the s... (by cire)
|
by faust058
Dice Game
|
|
[2 replies] Last: Wow. Eureka. It works. Thanks Storm. (by faust058)
|
by xeef
UINT message to Notifycation (0x0020 --> WM_SETCURSOR)
|
|
[2 replies] Last: sort of just cant find a complet on but never mind making my own (by xeef)
|
by unstoppy
Multiple definition of static variable
|
|
[7 replies] Last: Yes.... having it in apple.h would have the redefined error for the re... (by Disch)
|
by alsade
help with text file
|
|
[2 replies] Last: thx...not tryin to be rude but can i see an example or have some guide... (by alsade)
|
pointers & array |
|
[3 replies] Last: The first ptr is a pointer to a single integer, which is initialized... (by Cubbi)
|
txt not being compleated |
|
[7 replies] Last: Alright thanks you know is there a way to have the program check every... (by ProgramMaster)
|
by Mishu
question on gets()
|
|
[5 replies] Last: got it..tnx alot (by Mishu)
|
by Whizzer
New function
|
|
[3 replies] Last: Use local variables on the stack when the lifetime of the variable can... (by MikeyBoy)
|
by dcchris311
Can't firgure out how to validate the input correctly.
|
|
[10 replies] Last: No worries dude :) (by mutexe)
|
by josepho16
Removing spaces from strings
|
|
[1 reply] : In your removeSpaces function you declare an array (illegally, I mi... (by cire)
|
by fahmankhan75
Extracting only first name from string
|
|
[1 reply] : You could use a stringstream #include <iostream> #include <sstream> #... (by Yanson)
|
by jwilt
infinite loop switch statement
|
|
[3 replies] Last: wow, my bracket was in the wrong place (by jwilt)
|
by PRW56
Why are included files passed down
|
|
[6 replies] Last: There is nothing like include in Java. import in Java is like usi... (by Mathhead200)
|
Is an iterator a type? |
|
[8 replies] Last: I wondered if an interator was a type? Or is it a function? An iterat... (by kbw)
|
by Filip Cvetko
domain_error problem
|
|
[1 reply] : The exception is being thrown but never caught. int main() { try { ... (by Mathhead200)
|
by Rahmat
how to create a sort function ???
|
|
[4 replies] Last: thank you (by Rahmat)
|
by tomplusplus
console game help!!!
|
|
[17 replies] Last: I have a couple nitpicks. How many SF sfobj s does this program need?... (by kevinkjt2000)
|
by OldFangle
Need info about invisible encounter areas
|
|
[6 replies] Last: Hi Disch Thank you very much for all of that. I'm putting that into ... (by OldFangle)
|
Multiple program instance prevention in C |
|
[6 replies] Last: I tried the above code, with the USB device connected. Still, the firs... (by CplusplusAcolyte)
|