by stanpatela
reading next line of input file
|
|
[2 replies] Last: You are not saying what is not working.. so we readers need to guess ... (by anders43)
|
by Foe89
Structure confusion
|
|
[11 replies] Last: why don't you move the display function into the struct, then you don'... (by anders43)
|
by digi35
c++ linked lists
|
|
[2 replies] Last: //remove item from list void linkedCircle::removeItem(string item) {... (by anders43)
|
by srlunx
Project's 3 folders.
|
|
[4 replies] Last: Problem fixed, thankyou (by srlunx)
|
by MrProfit
Defining an end of input stream
|
|
[11 replies] Last: Thank you, Douas. It does help, although its not exactly what i need.... (by MrProfit)
|
by magusdknight
Getting two .cpp files in one .exe
|
|
[4 replies] Last: also i think this is a small mistake but you also need #include "head... (by simply thunder)
|
by kakashi316
printing a pattern
|
|
[8 replies] Last: ... (by simply thunder)
|
by Pethrenne
How to combine strings?
|
|
[2 replies] Last: Are you using C++ strings or C strings? for C++ strings: string... (by Bazzy)
|
largest and smallest # |
|
[11 replies] Last: Thank you all for helping me out got 44 out of 45 on this assignment .... (by hoosierguy7669)
|
by tyky9808
using input and output files to print two arrays
|
|
[3 replies] Last: Please use the # button when posting for code. Or put your code in cod... (by Zaita)
|
by f ben isaac
Does C++Builder GUI Skins Look Better! When Can I Find Them?
|
|
[1 reply] : These are questions best asked on the C++ Builder forums. (by Zaita)
|
by kakashi316
random number guessing game
|
|
[13 replies] Last: However, you may want to rename your variable since continue is a re... (by Zhuge)
|
by Mogget
a string to an array of characters
|
|
[2 replies] Last: Use .c_str(). (by firedraco)
|
by pino
EXIT_FAILURE
|
|
[4 replies] Last: OK, it is clear now. Thank you. (by pino)
|
by arun1390
Problem with getline
|
|
[10 replies] Last: #include <iostream> #include <string> using namespace std; int... (by Scipio)
|
by jpmcfly
Product class - whitespace in first input causing problems
|
|
[5 replies] Last: Using both cin.getline() and cin>> in the same code often gives proble... (by Scipio)
|
Not understanding conversions... |
|
[9 replies] Last: isalpha(char) returns true if the char given is in ['a', 'z'] or ['A... (by Bazzy)
|
by xonara
Compile error that doesn't point to right line?
|
|
[8 replies] Last: When a class D inherits from a class B, D can access all of B's publi... (by jsmith)
|
by magusdknight
two .cpp and one .h
|
|
[1 reply] : Without errors, I am basically guessing...but I think the problem is y... (by firedraco)
|
by des
text cutting?
|
|
[3 replies] Last: Thanks a lot! That's really helpful. :) (by des)
|