by Mekolle
GNU and GPL
|
|
[4 replies] Last: Hehe was not looking for getting paid, just to get some facts about it... (by Mekolle)
|
by Ishvite
Calling Functions Help
|
|
[4 replies] Last: the program is fine except fora few thing. first off the function is... (by ascii)
|
by sourena
compiling error
|
|
[2 replies] Last: thx so much Moschops for quick reply...thats y this is the best c/c++ ... (by sourena)
|
by orkie
Help with "While" errors
|
|
[2 replies] Last: Thanks a lot, i did try doing both of those fixes beforehand but i gue... (by orkie)
|
by plaid311
Alphabetical/Numerical Order
|
|
[6 replies] Last: Not an ignorant question. If you have declared using namespace std; ... (by closed account D80DSL3A)
|
by Maese909
OOP
|
|
[2 replies] Last: I remeber the moment I fell into the OOP mindset (very good way of it ... (by Computergeek01)
|
by Voyd
array for a matrix
|
|
[4 replies] Last: Not quite. If the user enters: 1 2 3 for each line (where the spaces... (by closed account D80DSL3A)
|
by Donny
Intellisense: expected a ';'
|
|
[6 replies] Last: Also, you can't define functions inside of main. Change void randomnum... (by Intrexa)
|
by kath09
Stack is not working properly
|
|
[2 replies] Last: Thank you for your time, it is working properly now! (by kath09)
|
by FTLRalph
Overloading the [] Operator
|
|
[2 replies] Last: Oh wow, I get it now. Wasn't thinking of it that way. Thanks! (by FTLRalph)
|
by NoteToSelf
"Return temp;" issues
|
|
[2 replies] Last: Now I feel like an idiot - turns out I'd done that with the other over... (by NoteToSelf)
|
by niemi7
help?
|
|
[no replies]
|
by NoteToSelf
getline quirk?
|
|
[7 replies] Last: Thanks - it makes a lot more sense now :) (by NoteToSelf)
|
by greenace92
Final in C++
|
|
[no replies]
|
by crystal3122
Assigning Name to Random Number?
|
|
[2 replies] Last: generate the random numbers between 0 to 2 and using the names array t... (by Toshitaka)
|
by missscareall
Unwanted things in output
|
|
[1 reply] : You're reading the file one row at a time. inFile >> array ; ... (by Breadman)
|
by twentfiveu
function does not take 0 arguments
|
|
[2 replies] Last: think about the purpose of getDay function. what is supposed to be re... (by btucho)
|
by otherguy
Toggle String
|
|
[2 replies] Last: It an inp file spit out from a 3d modeling program. You can make cust... (by otherguy)
|
by tahir89
extracting email addresses from file
|
|
[2 replies] Last: instName=emailAdd.substr(atpos,dotpos-atpos-1); this line is ... (by btucho)
|
by SoftBotter
(warning) multi-character character constant
|
|
[3 replies] Last: Firstly, I don't think line == ': :' does what you are expecting. ... (by anonymous23323124)
|