by tonnot
Is there any other way to call non const function from const function rather than make mutable some elements ?
|
|
[2 replies] Last: thanks coder, but I'm affraid you answer to another question.... (by tonnot)
|
by zarzak
file being read twice
|
|
[6 replies] Last: That fixes it! The file given was provided by the teacher, and we've ... (by zarzak)
|
by knicole89
Factorial Program Help
|
|
[6 replies] Last: Ahh okay, Thanks for explaining that for me!! (: (by knicole89)
|
by banan
how to make the combuter differentiate between capital or small or digit ??
|
|
[1 reply] : http://cplusplus.com/reference/clibrary/cctype/ http://cplusplus.com/d... (by ne555)
|
by homsta
Using time function, can I get specific variables like month or day?
|
|
[2 replies] Last: ... or any of the time functions. Read the documentation for the <ctim... (by Duthomhas)
|
by grafitti123
pointers
|
|
[2 replies] Last: It's important to note the reason this operator exists. That is, that... (by moorecm)
|
by alend
Dangling Reference work perfectly!
|
|
[12 replies] Last: In C++ const reference is a kind of hybrid. if there isn't a variable ... (by coder777)
|
by ToniAz
C Strings help
|
|
[1 reply] : cout << "http://"+string(argv ) << endl; (by Athar)
|
by alend
Null terminate
|
|
[1 reply] : if you create an array, it has random information until initialized. ... (by Azagaros)
|
by tonnot
Cant access to a pointer-vector map element,
|
|
[2 replies] Last: Thanks , uf what a such simple mistake ..... (by tonnot)
|
by tonnot
Vector of pointers to vector<map<int,structure> >
|
|
[3 replies] Last: 'buffer_current' is a pointer to vector< map<unsigned short int,col_d... (by coder777)
|
by zz77z
copy a string into a dynamic array
|
|
[1 reply] : i've manipulate this method while im searching string FileMeasure=... (by zz77z)
|
by fdjamaan
converting inputted character to its integer code
|
|
[4 replies] Last: A character already is its integer code. All you have to do is cast i... (by Disch)
|
by gh24
Line Numbers In VB 2010
|
|
[no replies]
|
by tmfrosch9
need help with basic c++ please
|
|
[5 replies] Last: Thanks! I appreciate this a lot! (by tmfrosch9)
|
by shravz
c++ program
|
|
[6 replies] Last: First of all, shravz, out of the assignment given to you, what do you ... (by JokerDan)
|
by WskOsc
Logical operators and the headaches they bring
|
|
[5 replies] Last: [co de] "Please use code tags" [/co de] Any idea why the debugge... (by ne555)
|
by nomdaweb
Need help with Big O notation
|
|
[no replies]
|
by Yezman
Reverse Number program almost there, 1 last error
|
|
[1 reply] : If you hard coded these numbers in your source file, I think your resu... (by EricDu)
|
by Zamie XP
Help with while statement with reading and writing on input and output.
|
|
[no replies]
|