by dariusd7
search for word in text file, display entire row once found
|
|
[5 replies] Last: ok here is the working code. void KeyWord(ifstream &FileSearch) { ... (by dariusd7)
|
by vgarza
unresolved overload function
|
|
[1 reply] : change it to : cin.getline( name,20 ); btw, as u can see, character... (by nvrmnd)
|
by Huppa
While Loop - Counting by 10s
|
|
[2 replies] Last: @billywilliam, Thanks for the help! (by Huppa)
|
by tcan618
storing matrix in a 2D dynamic array
|
|
[1 reply] : Example // istream::get example #include <iostream> // std::cin... (by Amil Patel)
|
by Neo561
File Processing
|
|
[1 reply] : To save it on XML you will need to import a library file. Create the p... (by Amil Patel)
|
by ECEsasha
Overloading left stream operator?
|
|
[2 replies] Last: That cleared up so much! Thank you! :D I need to work on thinking mor... (by ECEsasha)
|
by fbhkhan
Day of Year Program help!
|
|
[no replies]
|
by jmcdaniel10
(Code is entering fail-state) How do I fix?
|
|
[6 replies] Last: Any help guys? (by jmcdaniel10)
|
prompt the user |
|
[1 reply] : while(!file.is_open()) { std::cerr << "Error - " << filename << "... (by giblit)
|
by George6626
Arrays in user defined function for matrix addition
|
|
[6 replies] Last: ok, thanks (by George6626)
|
Question about semaphores |
|
[no replies]
|
by santiagorf
array vs pointer to array question
|
|
[5 replies] Last: vertexSize , once set, remains constant during the whole program, but... (by santiagorf)
|
by iluv41
stuck in this loop?
|
|
[3 replies] Last: So... selection is 'y'. selection != 'y' || selection != 'n' || !cin... (by S G H)
|
by RobGillespie
Two Highest Numbers
|
|
[11 replies] Last: for(int i = 1, i < (amount - 1); i++) { highest(number1, number2); }... (by Smac89)
|
Float???Double??? |
|
[2 replies] Last: Thank you........It all makes sense now. (by sagebrushwilly)
|
by Gregnog
Idiot proofing a GCD and LCM finder
|
|
[10 replies] Last: Thank you very much! And I'll definitely look into those tutorial site... (by Gregnog)
|
by TheOneOnly
Errors C2228 & C2065
|
|
[2 replies] Last: Ah, thanks. Always a frustrating feeling when the solution is so simp... (by TheOneOnly)
|
by uchi240
How do I use arrays?
|
|
[3 replies] Last: The number you are seeing there num is the last value that was held i... (by andy1978)
|
by Evan8632
Returned values
|
|
[2 replies] Last: how do i solve this, im trying to create a program that translates fro... (by patriboyD)
|
by ECEsasha
Operator overloading with vectors?
|
|
[6 replies] Last: When I just ran my code in Ubuntu instead of in Windows with gcc, it w... (by ECEsasha)
|