by ashgirl112
Coin Counter
|
|
[10 replies] Last: ashgirl112, if you're using DEV C++, hit F9 to compile your program. ... (by Little Captain)
|
by techishawn
Make constant and convert 2d
|
|
[1 reply] : I believe this is a matrix type algorithm that you will need. Arrays o... (by nadurraXII)
|
by Ozzy69
How put string with spaces in a array?
|
|
[4 replies] Last: you can add an escape sequence... replace getline(cin, aux2); with g... (by nadurraXII)
|
by kmiller3401
Beginner array with square root
|
|
[3 replies] Last: ahh, i get it you can't use the index variable for the the array and y... (by nadurraXII)
|
by mertsamilgul
Help
|
|
[1 reply] : c:b , what are you looking for?? (by nadurraXII)
|
by sniperx1991
Please help!
|
|
[8 replies] Last: I could probably help. I'm studying descrete mathematics and this loo... (by nadurraXII)
|
by thongbatman
Need Help with Tower of Hanoi
|
|
[2 replies] Last: Thanks men, I am really appreciated that, that code is from my instruc... (by thongbatman)
|
by lightbearer
what is wrong for one line it works for array it doesnt
|
|
[2 replies] Last: also max can't be an array of a string and an int. (by nadurraXII)
|
Errors setting up DirectX SDK into Visual Studio |
|
[1 reply] : msdn website. https://msdn.microsoft.com/en-us/library/windows/desk... (by nadurraXII)
|
by welhour0
I'm getting an error saying "LINK : fatal error LNK1561: entry point must be defined"
|
|
[2 replies] Last: Is that your full code? If so, then that's probably because you don't ... (by closed account 2LzbRXSz)
|
by LuSkar
OpenMP in Gauss-Jordan
|
|
[no replies]
|
by MarkyMark
Code Review
|
|
[3 replies] Last: Hi, You could make life easier for yourself by not asking for a std:... (by TheIdeasMan)
|
by Zach4531
Check to see if string is a substring of another.
|
|
[no replies]
|
by alex067
Reading size from text file
|
|
[4 replies] Last: If your condition were correct, then you would have no problem. Even ... (by keskiverto)
|
by Coder857
What is wrong with my code?
|
|
[2 replies] Last: I fixed that, however I'm still having the same problem.. #include <... (by Coder857)
|
by armstrhu
Accessing data from a nested friend class
|
|
[2 replies] Last: ahh ok. oh well, would have been nice. (by armstrhu)
|
by UserNano15
128 bit integer?
|
|
[2 replies] Last: The thing about Project Euler is they're designed to make you think ou... (by Disch)
|
by MuckingFedic
Reading random words from file using ifstream
|
|
[no replies]
|
by dlundy1
Overloading >> Operator
|
|
[9 replies] Last: Yeah, it works here without any problems. (by Gamer2015)
|
by cmt9000
Help with doubly linked list ordering
|
|
[2 replies] Last: Ok thanks, I was just asking to make sure. (by cmt9000)
|