by SkarFaceT9
arranging string elements
|
|
[2 replies] Last: yes that worked. thank you so much. this has been puzzling me for a wh... (by SkarFaceT9)
|
by bluefrog
string repeat on a max key of map
|
|
[2 replies] Last: I figured out! #include <iostream> #include <vector> #include <map>... (by bluefrog)
|
by vladdan202
Reading from a text document
|
|
[3 replies] Last: Yes. (by Golden Lizard)
|
by kmce
Header files
|
|
[3 replies] Last: In header 1 line 5 you include header 2. In header 2 line 5 you inclu... (by Nico)
|
by Miles Hikari
A quick question about while loops
|
|
[4 replies] Last: Would getLine actually work though? I thought it grabs the whole line,... (by Miles Hikari)
|
by mustain5
abstract class
|
|
[4 replies] Last: ahaa thx gunner now its work :D (by mustain5)
|
by osur
Simple OS : Memory
|
|
[no replies]
|
by ryard
c++ algorithm
|
|
[4 replies] Last: Hello ryard, PLEASE ALWAYS USE CODE TAGS (the <> formatting button) w... (by Handy Andy)
|
by chrisdesir
[SOLVED]Return Template , It says T does not name a type
|
|
[10 replies] Last: #include <iostream> template <class T> T min(T &num1, T &num2 ) { i... (by JLBorges)
|
by AK3000
Copy constructors
|
|
[no replies]
|
by drako08
Create custom classes - in Dec, the stack (LIFO), queue (FIFO) based on the class list the STL
|
|
[7 replies] Last: That's great! Mind sharing? (by gunnerfunner)
|
by nfnicolas
make "pause" in loop
|
|
[1 reply] : If you want to be able to pause the game at any time during the progra... (by Golden Lizard)
|
by Nekodan
Problem with file types
|
|
[4 replies] Last: But if I change c type to float then lines 53 and 57 don't make se... (by Nekodan)
|
by bird1234
Modify and delete specific file content
|
|
[1 reply] : An example of reading from the file into a vector, and deleting from t... (by Chervil)
|
by ashton vern
write string to txt file and print it later
|
|
[4 replies] Last: oh oh, thank you so much bird1234!! as for golden lizard, thank you so... (by ashton vern)
|
by bird1234
How to change the specfic file content fstream
|
|
[4 replies] Last: thnx (by bird1234)
|
by Angrboda
Lo Shu Magic Square with Three Functions
|
|
[6 replies] Last: I couldn't seem to get the comments in there without it looking like a... (by Angrboda)
|
by graf
Array not running after file prompt.
|
|
[1 reply] : You already go through the file once before the for-loop. Thus, when y... (by Arslan7041)
|
by hotepmichael
How to put C++ application into my Window?
|
|
[4 replies] Last: Thanks FurryGuy. (by hotepmichael)
|
by halcolm1
celsius to fahrenheit for loop question
|
|
[1 reply] : Why are you declaring c in two places? Lines 6 & 8. Declare c in o... (by boost lexical cast)
|