by anreese1
No Output
|
|
[8 replies] Last: It did! I finally got everything straightened out. Thanks!!! (by anreese1)
|
by devonrevenge
how could i create random objects? and assign values to them?
|
|
[14 replies] Last: thanks guys...this reference thing is difficult to master...i have hit... (by devonrevenge)
|
by rkstengel
Read file with special parameters
|
|
[no replies]
|
by Derekrm14
Trouble with getting program to function properly
|
|
[1 reply] : Use single quotes for characters ' not ". Also #include <fstream>. T... (by scapegote)
|
by alirah84
a question about class
|
|
[3 replies] Last: In the constructor account::account(int i) { if (i<0) { balance=0; co... (by vlad from moscow)
|
by astraeos
a program to bleep out words
|
|
[1 reply] : Try the following while (cin>>entry) { if ( entry == bleep ) entry ... (by vlad from moscow)
|
by FenixRising
variable meaning
|
|
[3 replies] Last: The first looks like a syntax for a reference to a President. The sec... (by Zhuge)
|
by Aceix
Enumerations--enum
|
|
[1 reply] : 1. Members of an enumeration can be assigned constant integral express... (by vlad from moscow)
|
by brdyhol
Don't know whats keeping this from working
|
|
[2 replies] Last: char name=name; Don't you get compile errors(or even warnings) for t... (by Aceix)
|
Title screen |
|
[3 replies] Last: There is no alternate that will make it noticeably easier. The standar... (by Moschops)
|
by asdlkjqweo
Function main() confusion
|
|
[8 replies] Last: I use Microsoft Visual Studio C++ 2010 Express. The MS C++ compiler... (by Moschops)
|
by hatepotholez
Hw Help
|
|
[3 replies] Last: Just start with what you know how to do and research what you dont kno... (by closed account 3qX21hU5)
|
by shahzaib1111
little problem of pointer
|
|
[4 replies] Last: Try running this code, see what is the output: int arr ; arr... (by Chervil)
|
by sly0981
Value returning functions
|
|
[6 replies] Last: I have not tested this or looked at it in detail but this is the gist ... (by mike12255)
|
by geowalsh3
Errors in file handling code
|
|
[13 replies] Last: Thanks for all your help. I had a feeling I had other issues. I'm tr... (by geowalsh3)
|
by bosox99
Making Variables work in Multiple functions
|
|
[no replies]
|
by astraeos
do x*x by repeated addition
|
|
[6 replies] Last: if you want to square a number use the #include <cmath> and use the ... (by mordreds)
|
by vequalsitr
Need help with my program. Compute salary using functions.
|
|
[3 replies] Last: Thank you Moschops and vlad for answers. I have changed my code , i ... (by vequalsitr)
|
by devonrevenge
if i was to SET a object variable where would i do it, and could i use a function tooh?
|
|
[6 replies] Last: How can i declare a 2d array in class? i tried a few things #include... (by devonrevenge)
|
Problem with functions? |
|
[2 replies] Last: Hi there... return a+b; cout << "The sum of " << a << " and " << a <... (by Aceix)
|