by MRAziz2000
error LNK2005, i need help for that??
|
|
[3 replies] Last: Finally, i solved my problem. i just change header and compiler from s... (by MRAziz2000)
|
Define friend function |
|
[5 replies] Last: Like most things that don't make sense on this site, it is being done ... (by dragonfly95670)
|
Having trouble with this class |
|
[5 replies] Last: Thank you for mentioning that. It is fixed now. It basically told me t... (by dragonfly95670)
|
by JacobC
Splitting a Piece of Code into 2 Classes
|
|
[2 replies] Last: I think I may have gotten the solution. Thanks for the tip with the co... (by JacobC)
|
by NavidTak
return 0
|
|
[2 replies] Last: There are two different uses here. If you cast an int to a bool , ... (by MZH)
|
by MisterTams
How can I validate this 5 digit number (zipcode)
|
|
[1 reply] : A zip code is not an integer. Integers can't start with 0, whereas zip... (by MZH)
|
by CyberCrypto
do-while loop
|
|
[5 replies] Last: do{ }while(true) if(true) while(true){ } They check to see if th... (by BHX)
|
by HotWax
getline is adding an extra space.
|
|
[2 replies] Last: After I added inFile.ignore(); that's what it did but then I just a... (by HotWax)
|
Assignment Problem |
|
[2 replies] Last: void f(unsigned x, unsigned n){ for(unsigned i=0; i<n; i++){ ... (by DrZoidberg)
|
by Abhijeet010
2 dimensionals
|
|
[1 reply] : Why are you incrementing row after a match has been found? (by DrZoidberg)
|
by Jack816
No match for operator<<
|
|
[3 replies] Last: Maybe you want to have #include <string> in the header? I should put ... (by lastchance)
|
by SleepNerf
Operator overloading
|
|
[4 replies] Last: The operator=(...) must be declared within the class/struct, not outsi... (by coder777)
|
by BaloneyOs
C++ converting to template classes (operator errors and such)
|
|
[3 replies] Last: Good point! (by gunnerfunner)
|
by alware
toitoi 1
|
|
[1 reply] : Hello alware, Please use code tags around your code. It gives it line... (by Handy Andy)
|
by gomega
C++: Accessing Text File to Organize and Display to User
|
|
[2 replies] Last: Thank you so much for your help! Everything is perfectly clear now. ... (by gomega)
|
by pharoah0110
Passing data between classes
|
|
[4 replies] Last: AbstractionAnon, thanks; that seems to be the solution. The examples ... (by pharoah0110)
|
by billy606
Generating all possible combinations of numbers under a certain number.
|
|
[4 replies] Last: Hello @billy606, it seems you've started two threads for the same prob... (by gunnerfunner)
|
by fout
Function
|
|
[2 replies] Last: Hello fout, Unless you come up with some kind of loop there is no sho... (by Handy Andy)
|
by MisterBren
Product of only Positive Numbers/Loop and Continue Statements
|
|
[2 replies] Last: Some immediately obvious issues with this code: [code firstline=24] w... (by MikeyBoy)
|
by fivestar
LOOP Help
|
|
[3 replies] Last: Hello fivestar, If you want to put an if statement in before the while... (by Handy Andy)
|