by crimshaft
Loading arbitrary files
|
|
[3 replies] Last: sorry. I of course meant filehandle.open(file). That did it. Thanks ch... (by crimshaft)
|
by kaos200
multi character character constant
|
|
[1 reply] : cout << '\n ' << "what is your next guess. : "; You have a sp... (by Chewbob)
|
by SeeSayLeki
Input Letter, Output Word
|
|
[3 replies] Last: Alright, thanks alot, both of you. : ] The whole char/string thing ... (by SeeSayLeki)
|
Sentences in Strings |
|
[1 reply] : Well as you said its "fine when i enter just one word without any spac... (by mcleano)
|
by tkausl
const char * functions
|
|
[1 reply] : i think strbrk works (by hannes)
|
by SteadyEdd
Copying DynMem and Custom Member Functions (a walk function)
|
|
[2 replies] Last: Excellent. Just what I was looking for. Thanks for the help. (by SteadyEdd)
|
by CATCH3624
Using Member Functions
|
|
[3 replies] Last: Well here is the rest of the program that I previous omitted... #i... (by CATCH3624)
|
by Harlequin
Graphics moe text....
|
|
[4 replies] Last: Read your terminal's documentation. (by Duthomhas)
|
by zsukal
how to use ifstream in header file
|
|
[5 replies] Last: Oki, i have new code it do what i want ;-) Only change this method ... (by zsukal)
|
by Harlequin
What is Debugging and releasing?
|
|
[1 reply] : When you build a program in Debug mode, you have additional informatio... (by Bazzy)
|
by Null
bit manipulation
|
|
[1 reply] : int data = 0xd7; // 11010111 int mask = 0x3; // 00000011 int ma... (by screw)
|
by Splinter007
Random quotes
|
|
[7 replies] Last: Thanks alot! Works perfectly! This is what I was looking for, thanks a... (by Splinter007)
|
strange compiler error |
|
[2 replies] Last: And after what people told you in your other thread, why are you still... (by Chewbob)
|
by eiba
How many times to they cross the finish-line? Calculation
|
|
[2 replies] Last: That solved it. Thanks! (by eiba)
|
by r3n311
cin.get(cin.rdbuf()->in_avail()+1);
|
|
[1 reply] : It gets all of the characters from std::cin that are currently in it, ... (by firedraco)
|
by firedraco
using cin.getline() with fstream
|
|
[2 replies] Last: !? I remember actually replying to a topic with the response... O_o ... (by firedraco)
|
by sparky
Returning memory location?
|
|
[5 replies] Last: Glad to have been of help. :-) (by Duthomhas)
|
by baross
Fumction not calculating correctly.(-16*time) ^2+initlal velocity+height.
|
|
[1 reply] : return exp(Position_EQUATION * square)+ (startVELOCITY * time) + tall... (by helios)
|
by Shane
Is my compiler defective?
|
|
[4 replies] Last: He meant 22/7 not 7/22. (by Zaita)
|
Error! Assert failed |
|
[2 replies] Last: Also, you have compiling a .c file (which is C code), which contradict... (by firedraco)
|