entime is going into negatives. help please |
|
[1 reply] : In your for loop you are updating "endtime." Since you keep subtractin... (by danghotties)
|
by MrBond90
Hollow rectangle shape
|
|
[2 replies] Last: Make a function that draws a rectangle void drawrect (int height, i... (by closed account SECMoG1T)
|
by qingcheng
still have no idea how to call function
|
|
[5 replies] Last: Only initialize your variables if you're not going to immediately us... (by TheIdeasMan)
|
by MrBond90
find average of numbers generated by for loop
|
|
[6 replies] Last: Thanks for the help man, I finally got it figured out //calculate ... (by MrBond90)
|
by pel1993
hey having trouble understanding wha the program does
|
|
[1 reply] : There if (v1 == 0) in ascii 0 is null character and inside c string... (by LendraDwi)
|
by daniel66
Trouble with if statement within a switch case.
|
|
[4 replies] Last: I was just wondering if there was a way to make just one set precision... (by daniel66)
|
New Help Moving out of Main using Functions |
|
[12 replies] Last: Thank you everyone for your help. I got this up and running finally..... (by dontmakeascene320)
|
I/O GPA Calculator -- Need Help Promptly Please |
|
[1 reply] : It seems to me that you close the file before you process it. You need... (by ats15)
|
by Masada
Copy constructor and Operator overloading
|
|
[no replies]
|
by PATBALM
Why is my code only putting out the last function?
|
|
[11 replies] Last: All right, i'll try spacing out those and see if that fixes it (by PATBALM)
|
by MrBond90
while loop help
|
|
[4 replies] Last: Hey thanks man that works pretty well. Gonna work on it some more matc... (by MrBond90)
|
by camwhyy
Game replays and wont quit!
|
|
[8 replies] Last: Now that I look more closely it looks like the OP wanted to check for ... (by kevinkjt2000)
|
by qingcheng
how do I call my function?
|
|
[1 reply] : function( h, i ); (by Esslercuffi)
|
by srscode
Memory allocation
|
|
[11 replies] Last: Thanks, makes more sense now, i'm gonna bookmark this page. ^^ (by srscode)
|
by poseidn
void
|
|
[4 replies] Last: You need to include void in a declaration & definition, but not when y... (by srscode)
|
by sarah01
Run-Time Check Failure #2 - Stack around the variable 'nJ' was corrupted
|
|
[3 replies] Last: thank you very much MiiNiPaa!! it's work!! Great!! (by sarah01)
|
by drax
elements in vector
|
|
[15 replies] Last: Code Block is not a compiler, it is an IDE. The compiler included in ... (by keskiverto)
|
by painith
Overload operator[] function trouble
|
|
[no replies]
|
Program Help. Constructors, String, Linked List |
|
[15 replies] Last: add2last () // is a function you seem to have defined You add a singl... (by closed account SECMoG1T)
|
Not getting my expected output |
|
[4 replies] Last: Just an example how you can use inheritance properly (Uses C++14): #i... (by MiiNiPaa)
|