by gaurav97
String related program (swapping)
|
|
[19 replies] Last: int x; double numbers ; This is illegal. The length of the array ... (by MikeyBoy)
|
by gaurav97
Not able to understand this question.. Please help !
|
|
[1 reply] : functions: http://www.cplusplus.com/doc/tutorial/functions/ loops: ht... (by mutexe)
|
by Xhobi
Text file using filehandling
|
|
[3 replies] Last: Indeed I got your point. Maybe if you would show some code, we could t... (by bugbyte)
|
by RlKlMARU
ADDING INT TO STRING C++
|
|
[3 replies] Last: where ever you want to calculate with int values in strings. Who shoul... (by bugbyte)
|
by willgosling
Segmentation fault on multimap iterator
|
|
[1 reply] : i've not used multipmaps, but what's the value of it.second when yo... (by mutexe)
|
Initialize a class in a manner similar to C arrays. |
|
[2 replies] Last: Wow, incredibly simple! I wasn't aware of this being part of the stand... (by closed account 42AMoG1T)
|
by Lither
Pseudocode Help
|
|
[3 replies] Last: Pseudo code is now like a placeholder for real code, you stop the logi... (by TheBeardedQuack)
|
by ntran
Calling functions from text files
|
|
[5 replies] Last: I would suggest a std::map<std::string, std::function<std::unique_ptr... (by LB)
|
by jdmic
Class using "new" operator
|
|
[9 replies] Last: I see. But expect one or the other this is still "expect ". In the cas... (by jdmic)
|
C++ Single class definition |
|
[1 reply] : A class specification describes the interface to objects of this class... (by tcs)
|
by oleg9419
From Recursive To Iterative Function
|
|
[2 replies] Last: thanks (by oleg9419)
|
by Jt253
What will the following program segment display?
|
|
[2 replies] Last: Hi, You could put a std::cout statement inside the loop to see wh... (by TheIdeasMan)
|
by theranga
Really strange compiler behaviour
|
|
[2 replies] Last: The x in doStuff is not related to the x class member variable -... (by LB)
|
by Mike Teavee
Employee Program: Bizarre error with 'if' statement
|
|
[6 replies] Last: who knows? probably, but its not worth doing unless its necessary. (by jasonwynn10)
|
by itpp14
Strings always require an extra memory buffer, why?
|
|
[5 replies] Last: And while I was doing that I realized a few things, a minimal example ... (by itpp14)
|
File program to read in reverse order the contents of a file. |
|
[5 replies] Last: edit: nvm, what I posted was wrong. (by bugbyte)
|
by BasV
strange for loop behavior (?)
|
|
[no replies]
|
by wdpats
My program won't run
|
|
[3 replies] Last: I am most certainly not going to try to guess what your error is in t... (by mutexe)
|
Reading & Writing data in text file |
|
[3 replies] Last: you can easily write to an ofstream like this: double d = 5.5; os <<... (by bugbyte)
|
by theRunner
IWebBrowser2 Navigate: Postdata not submitted
|
|
[no replies]
|