by lye85
problem: string equal to *str
|
|
[6 replies] Last: thx guys, strcpy let my thing done (by lye85)
|
by firedraco
Including in .cpp files
|
|
[2 replies] Last: Ok, thanks! (by firedraco)
|
by Melchoire
Trying to use iddigit...
|
|
[4 replies] Last: http://www.cplusplus.com/reference/iostream/istream/getline/ You re... (by Duthomhas)
|
by system5634
question about switch
|
|
[7 replies] Last: I think you are confused on how to make/use classes...try reading this... (by firedraco)
|
by dwain200010
How can i bulid this function
|
|
[1 reply] : It looks like your function is trying to do too much, and it is inappr... (by Duthomhas)
|
How does std::map zero out complex types? |
|
[no replies]
|
by NGen
.Lib File Information
|
|
[no replies]
|
by notfree25
Optimizing code
|
|
[no replies]
|
by davemmg
undeclared identifier
|
|
[2 replies] Last: the thing is that in the 'convertArabictoRoman()' function im not decl... (by davemmg)
|
by kakashi316
increment function
|
|
[1 reply] : I think you probably want += instead of =+. (by Zhuge)
|
Strings and Char Arrays |
|
[4 replies] Last: Since you are using a C++ class, why not just use std :: string ? ... (by Duthomhas)
|
by Peter1234
Constructor initializer list using other variables
|
|
[4 replies] Last: Many thanks. (by Peter1234)
|
by umquat
Passing and returning parameters using argc and argv
|
|
[no replies]
|
by binarysolo
Countdown timer
|
|
[no replies]
|
by Ryborg
MinGW and auto-import (what causes it?)
|
|
[no replies]
|
by storm33229
Pointers
|
|
[8 replies] Last: You pass by reference* when the object you want to pass won't be modif... (by helios)
|
by coldfire
New to C++
|
|
[4 replies] Last: That wouldn't work. istream::getline returns the istream you provide ... (by JCED)
|
by shoupe97
Histogram with rand() function
|
|
[1 reply] : Check the direction of your relational operators. (by helios)
|
by markrezak
Display only the 20 most used words[word frequency]
|
|
[16 replies] Last: You don't need to break it. Use some logic (i.e. &&) in your for ... (by turbozedd)
|
by CATCH3624
Having problems creating pointers to Time
|
|
[6 replies] Last: i gave it a though here is what i came up with, while in the loop when... (by luther)
|