by Mathguy217
C++ Simple Math Caclulator Help!
|
|
[13 replies] Last: I finally figured it out, Thanks for yalls help! (by Mathguy217)
|
by NookLines
Class: unable to initialize values?
|
|
[3 replies] Last: Anyways, thanks a bunch for the help!! (by NookLines)
|
by Sharan123
SDL ttf
|
|
[1 reply] : Don't know SDL, but the issue probably is that it doesn't know how to ... (by Ganado)
|
by venros
C++ Assignment Operator - Vector Substrict out of range
|
|
[12 replies] Last: Tyvm guys! it finally worked, @cire, this code is not supposed to be ... (by venros)
|
by iiWolf
Word Variables with If-Else Statements
|
|
[3 replies] Last: Thanks so much guys, I got it working. I had been using main (), just ... (by iiWolf)
|
by xenovia12
C++
|
|
[no replies]
|
by NookLines
GPA program : giving big negative value
|
|
[7 replies] Last: oh wait, thank you so much for pointing out that out, I just did exact... (by NookLines)
|
by TripleI
Random number not so random afterall
|
|
[15 replies] Last: Can't expect 5 minutes of research to be perfect :) (by admkrk)
|
by simpsons
Please help me to fix the problem
|
|
[8 replies] Last: Then you should probably remove the "insert" from the name as it is a ... (by cire)
|
by greer
Code runs fine on the cmd line but crashes in gdb
|
|
[1 reply] : Probably there is undefined behavior somewhere. Say, usage of uninitia... (by MiiNiPaa)
|
by liubo123
Undeclared Identifier Problems
|
|
[2 replies] Last: Omg, thank you. I forgot to add using namespace std; Thanks for the qu... (by liubo123)
|
by yepMe
Reversing a singly linked list
|
|
[6 replies] Last: http://en.cppreference.com/w/cpp/language/nullptr (by keskiverto)
|
by pacman169
Program 3
|
|
[4 replies] Last: You don't need lines 16 and 17. The assignment wants you to initializ... (by wildblue)
|
by tdk93
if prototype of type int given, the program works but if void given the program doesnt
|
|
[3 replies] Last: Best avoid nested function declarations, i.e. declare all your functio... (by tipaye)
|
by pacman169
Program2
|
|
[3 replies] Last: That one used to get me all of the time too. (by Stewbond)
|
by trojan horse
How to create a file
|
|
[7 replies] Last: @Stoneynine - thanks (by trojan horse)
|
DESCENDING ORDER OF NUMBERS????? HELP???? |
|
[3 replies] Last: This article helped me out a lot Maybe it'll help you too. http://w... (by Stoneynine)
|
by sarak786
Can anybody Fix MY Error ?
|
|
[2 replies] Last: You have lots of errors. for example: Cartemp.setKind(kind); You're... (by mutexe)
|
by pacman169
Program
|
|
[6 replies] Last: Another solution would be cast n to double then assign it: double nAs... (by mutexe)
|
expression involving unsigned types |
|
[4 replies] Last: if either operand is unsigned, the other shall be converted to unsign... (by tath)
|