by jonasja
Char array and floats
|
|
[2 replies] Last: This is how I fixed the decimal problem: #include <iostream> #inc... (by jonasja)
|
by nizbit
user input to multi-dimentional array
|
|
[2 replies] Last: Thanks! (by nizbit)
|
by Justlearning
Basic string problem
|
|
[1 reply] : I've found the problem. I type "end" with a 1 witch in the tutori... (by Justlearning)
|
by namanhams
Operator overloading
|
|
[7 replies] Last: class Complex { public: Complex( double = 0.0, double = 0.0 ... (by lyecheey)
|
by gregv21
% for double
|
|
[2 replies] Last: Maybe this is what you need: http://cplusplus.com/reference/clibrary/... (by ropez)
|
by Orca239
Inventory Class problems
|
|
[no replies]
|
by Sydykov
files with user defined names.
|
|
[4 replies] Last: oh well i forgot to post this before.. im having trouble getting to re... (by Sydykov)
|
by udit
Question about linked list
|
|
[1 reply] : You may want to look at a ‘generic linked list’, this is a linked ... (by closed account z05DSL3A)
|
by kb2tfa
Is Visual C 2008, a dot net?
|
|
[1 reply] : Basically Visual Studio generates a lot of files in the project struct... (by closed account z05DSL3A)
|
this is so easy i can't do it |
|
[2 replies] Last: thnx (by residenteagle)
|
by morino
value of the variables
|
|
[1 reply] : Should be 23, why don't you try it? (by ropez)
|
by cva
String^ str;??????
|
|
[1 reply] : ^ is from C++/cli (.net); it is a handle to an object located on the m... (by closed account z05DSL3A)
|
by sansei
Read numeric datafile one line at a time
|
|
[no replies]
|
i need to write a program to cal the gpa this is how far i have reached |
|
[1 reply] : # include <iostream> using namespace std; int main () { char name... (by gregv21)
|
by karma4561
Flush Stream
|
|
[3 replies] Last: I don't know if I understand the problem. After calling getline(), lis... (by ropez)
|
by sladeb
noob with problems
|
|
[8 replies] Last: I'm asumming you are using a version of Visual Studio from the c1010 e... (by closed account z05DSL3A)
|
by jsmith1687
program that uses loops. need help
|
|
[1 reply] : Output instructions Input the number of days and validate Calcul... (by closed account z05DSL3A)
|
by oatmeal1201
What's wrong with my loop?
|
|
[2 replies] Last: Thanks grey wolf. That makes sense. (by oatmeal1201)
|
by VagueNess
cannot instantiate abstract class
|
|
[1 reply] : You better post the code segment to see it how it is written. In si... (by satm2008)
|
by karma4561
Alternative option to getline
|
|
[2 replies] Last: Thanks!, I already did it, I used the getline that is in the stream cl... (by karma4561)
|