Passing const reference |
|
[4 replies] Last: I thought I was initializing in the constructor itself. I did not kn... (by learningtocode)
|
Temperature Convertion |
|
[5 replies] Last: I think you'd have to merge your two for loops for that, which, if you... (by Albatross)
|
by EeAA
Converts a number entered in Arabic to Mayan
|
|
[4 replies] Last: thank you for sharing it:) here is what we did //main.cpp #incl... (by EeAA)
|
by tomd2
fatal error LNK1181: cannot open input file
|
|
[3 replies] Last: to anyone having the same issue, ive figured out how to fix it. simply... (by tomd2)
|
by Blessman11
C++ in Japanese
|
|
[no replies]
|
by TRL
Question regarding a calendar program
|
|
[2 replies] Last: Thank you whitenite! You have helped me out a great deal! (by TRL)
|
by atacess
Help with or statement in while loop
|
|
[3 replies] Last: here's the whole code and ive also solved the problem that your letter... (by gelatine)
|
by catalin10
rhombus made of asterixes
|
|
[8 replies] Last: Ok, guys, another problem solved. Thanks to all responders. I won't ad... (by catalin10)
|
by chriscoleo
Cutting a deck of Cards
|
|
[7 replies] Last: Ok, I see now... pointers would be the better way to go, but being as ... (by chriscoleo)
|
by englishkid19
2-D Array of cards (1,2)
|
|
[25 replies] Last: Tested and recompiled above code under Microsoft Visual C++ Express (f... (by Perman)
|
by Omar Alamy
What is wrong here (cosine using series)?
|
|
[2 replies] Last: 1. No where in main is func called. 2. func doesn't make use of angrad... (by roberts)
|
by catalin10
second degree ecuation solver program
|
|
[10 replies] Last: Ok, I'll "keep it real" and leave it this way. :) Thank you for your h... (by catalin10)
|
by steve austin
gcd and Lcm of 2 given no
|
|
[2 replies] Last: Stop reposting. We've answered your questions already. (by Gaminic)
|
by atjm88
#include <stdlib>?
|
|
[5 replies] Last: Thanks iHutch value % 30 + 1985 after +, the value is bigger than b... (by atjm88)
|
by atjm88
Non-Standard Header??
|
|
[10 replies] Last: Ok...thanks for the explaination... how about header file and library... (by atjm88)
|
by gelatine
uppercase check function
|
|
[4 replies] Last: thanks (by gelatine)
|
by Lio
Practice pointers c++
|
|
[no replies]
|
by Simen95
Error: expected a statement
|
|
[1 reply] : You have empty for loops. For syntax for (int i=0; i<numItems; i+... (by MrHutch)
|
by Maiels
Perfect squares
|
|
[6 replies] Last: In fact I have solved the Problem . I just had to use the sqrt functio... (by Maiels)
|
by janevans
Could any one give me an example of this?
|
|
[1 reply] : class Parent { public: virtual void Print() { cout << "Paren... (by Disch)
|