by mrexp21
Could someone explain how the below c++ code works....??
|
|
[1 reply] : The code has 2 somewhat serious problems, and 2 other oddities: 1) i... (by Disch)
|
by TrAnMu
Declaring a String Array
|
|
[2 replies] Last: Thank you so much! It's running properly now. I guess that's what happ... (by TrAnMu)
|
by seth23
Display formatting
|
|
[5 replies] Last: Nice, that works well--thanks! (by seth23)
|
by sisie series
formatting the output
|
|
[2 replies] Last: ok thanks for your advice..actually i'm not good in english..so i'm tr... (by sisie series)
|
by kethgr
String array input problem
|
|
[5 replies] Last: I got it. Thank you for your help. :) (by kethgr)
|
by strupan
Hangman build errors
|
|
[16 replies] Last: Your correct == 0 test should be outside the for loop, since you don't... (by BlackSheep)
|
by toomanystars
stringstream problems
|
|
[2 replies] Last: Bingo!! Thanks a lot! (by toomanystars)
|
by purl3paul
pow function issues, need help.
|
|
[4 replies] Last: Thanks man, yeah im really new to this but that makes sense :) (by purl3paul)
|
by Ch1156
am i doing this right? (classes)
|
|
[5 replies] Last: ok but i dont want the function to add six and seven in the class i wa... (by Ch1156)
|
by Yin2Yang
overwhelmed at where to begin
|
|
[10 replies] Last: It's not terribly outdated, but I would recommend also getting a used ... (by BHX)
|
by jorz
define class different headers
|
|
[2 replies] Last: the crc = df1.CHECK(crc,buffer ); line is called for sure I stepped tr... (by jorz)
|
by molia2991
implementing functions :/
|
|
[16 replies] Last: yes..finally figured it out... thnx for so much for helping. God Bless... (by molia2991)
|
by voyance
Linked list problems
|
|
[1 reply] : I got it to work! OMG, I feel soooo coool!!! Most people here are pro'... (by voyance)
|
by lalebarde
In some none understandable cases, push_back for vectors does not work
|
|
[10 replies] Last: OK. Thanks. The initial problem is not anymore reproducable. I real... (by lalebarde)
|
by LF5d
problems with concatenating cout and cin.get().. (1,2)
|
|
[25 replies] Last: Yeah, they became too busy chastising him for his folly. (by BHX)
|
by solo2wolf
how to read this file
|
|
[3 replies] Last: ifstream file = new ifstream("file_name.txt"); new? Surely not :) ... (by Moschops)
|
by Grax
what is the purpose for using ADT
|
|
[5 replies] Last: Yes I alco mean the definition. A definition may be provided for a pur... (by vlad from moscow)
|
by Oskar Liblik
Problem with strtok
|
|
[3 replies] Last: I think Mr. Vlad meant, is the format of the opening hours always [1 l... (by closed account o3hC5Di1)
|
by RenaiCompix
4byte to integer
|
|
[3 replies] Last: By using bit shifting and bitwise or: const char* str="aBcd"; const i... (by Athar)
|
by solo2wolf
ios::good() problem
|
|
[4 replies] Last: Note that after you get the file to open, that input loop will run pas... (by Cubbi)
|