by TuiCall
c++ timers
|
|
[2 replies] Last: Thank you for your reply that helped allot concerning the use of time ... (by TuiCall)
|
by specter113
Question on classes
|
|
[5 replies] Last: pass my_product argument as a reference,that should solve your problem... (by TuiCall)
|
by gelier
GUESSING GAME ! no duplicate guess, how ???
|
|
[3 replies] Last: int prev = 0; prev = gameNumber; if ( prev == gameNumber); std::cout ... (by xenovia12)
|
by akosher
functions
|
|
[5 replies] Last: theres a lot of tutorials in google, you wont be able to answer that i... (by xenovia12)
|
by jackint
C++ tutorial
|
|
[10 replies] Last: @jackint send me your skype name, we have a c++ group (by xenovia12)
|
by Superelastic
Object and variable not declared in scope
|
|
[3 replies] Last: void playerIntro() { string inputName; printf("Please enter ... (by xenovia12)
|
by joeaswe1
File IO, Fahrenheit conversion
|
|
[1 reply] : change line 9 to ifstream input_file("fahrenheit.txt"); change line... (by TuiCall)
|
by RENEGADEXT88
Putting numbers in sequence
|
|
[6 replies] Last: int foo; int bar = 42; // is it possible that foo==bar? Yes, because... (by keskiverto)
|
by Skippy123
Help
|
|
[3 replies] Last: @fg109 Thank you very much for replying. and thank you for giving me a... (by Skippy123)
|
by Skippy123
help2
|
|
[2 replies] Last: Oh sorry for not specifying I just want some pointers on how to make g... (by Skippy123)
|
by Kevin2341
Seg fault on overload << operator
|
|
[4 replies] Last: OP's been around a year and a half so should know better. (by norm b)
|
by ifangy
Binary Search For Private Array of Pointers
|
|
[2 replies] Last: void binarysearch(char *name2, int &index) { int low = 0; int high =... (by ifangy)
|
by nemimi
Array & Functions for Student Gradebook
|
|
[5 replies] Last: OK, I'll try to explain the problems in more detail. On line 10, you ... (by fg109)
|
by oseri
Cant understand this syntax
|
|
[3 replies] Last: I've copied this line directly from the article about c++11 features h... (by oseri)
|
Help reading csv file |
|
[2 replies] Last: I'd sorted this out anyway but that's what I did. Cheers =D (by Greenfractallines)
|
by student2015
Outputting characters from one file to another
|
|
[4 replies] Last: Oh, yes, that too. Think about the result of the condition on line 33.... (by keskiverto)
|
by ChillMick
Program is skipping cin.getline in loop?
|
|
[5 replies] Last: Thanks, and noted for myself. I retract my suggestion. (by mgoetschius)
|
by loggingco
convert integers to Roman Numerals assignment
|
|
[9 replies] Last: Glad you have it finished. As for your question, I'm sure someone sli... (by mgoetschius)
|
What's wrong with the following arithmetic operation? |
|
[3 replies] Last: Thanks to all, it helped. (by JoseMiguelCab)
|
by koopey
adding address of previous element in linked list?
|
|
[3 replies] Last: It's fixed. Thanks guys! (by koopey)
|