by Tripic
ifstream.getline to a string
|
|
[3 replies] Last: Thanx Duoas thats perfect (by Tripic)
|
by burger87
Unable to use remove() on string?
|
|
[5 replies] Last: std::string filename = "..."; int result = remove(filename.c_str());... (by burger87)
|
by SJK
PROBLEM IN SOLVING TWO-DIMENSIONAL ARRAY
|
|
[4 replies] Last: SJK, you said that you tried the program and that the output was not w... (by jdd)
|
by masiht
emplicitly and explicitly function declaration
|
|
[8 replies] Last: Thanks Duoas ! (by masiht)
|
by tkurowski
Heap Corruption Error on delete
|
|
[6 replies] Last: Excellent, thank you guys. I was looking for it but I skimmed over it... (by tkurowski)
|
getline |
|
[2 replies] Last: wow that worked! thank you! (by shakethatmoney)
|
by wolfsklauw
error debugging
|
|
[2 replies] Last: yes, i have check it, one time in the map of souce codes, and one time... (by wolfsklauw)
|
by akachris1
Lost the C++ code for this:
|
|
[1 reply] : If it's not homework, then I assume you aren't a college or high schoo... (by jsmith)
|
by home56
Reading an input file and breaking it into 2 arrays
|
|
[1 reply] : So, you just need two strings? Just read the whole line into a string... (by helios)
|
by jfigmedia
Visual Studio Error 2440 char/pointer
|
|
[2 replies] Last: Thanks, That helped. (by jfigmedia)
|
by mdgdoc
Homework almost there, please
|
|
[10 replies] Last: And now we have yet another incompetent professional out there. I... (by kevinchkin)
|
by snoopy198520
how to string breakline
|
|
[1 reply] : Don't post multiple topics. (by eker676)
|
by uscuba2
decimal convert
|
|
[8 replies] Last: You'll need a hex editor for that, but you can also do this: float... (by helios)
|
by kolonel
keyword <<
|
|
[2 replies] Last: Thanks (by kolonel)
|
by blatantFool
c++ tutorial question
|
|
[2 replies] Last: That function has absolutely no purpose. It's best to return values fr... (by eker676)
|
by zandrailia
assignment overloading
|
|
[9 replies] Last: +1 for PanGalactic's solution. (by jsmith)
|
by sobi
Determining the highest,lowest and average score of a set of data in C
|
|
[1 reply] : As you read the file line by line, keep track of the highest and lowes... (by jsmith)
|
by Nighthawk520
Syntax incorrect
|
|
[3 replies] Last: IF is a keyword to the Windows/DOS command interpreter used to parse b... (by jsmith)
|
by amoore105712
A good reference book for C++ and C
|
|
[1 reply] : You've got a nice reference right here: http://www.cplusplus.com/refe... (by PanGalactic)
|
by rollingdice
Delete a specific line from a file
|
|
[5 replies] Last: In your Delete string your syntax is wrong. Use a vector to store stri... (by eker676)
|