by trevormoon
Using ctime to measure the time for quicksort
|
|
[12 replies] Last: @trevormoon, does your quick sort program run correctly? the code you ... (by anup30)
|
by Ali Tamim
can someone help?
|
|
[3 replies] Last: Something like that? #include <iostream> #include <stack> template<ty... (by MiiNiPaa)
|
by Funkist
Modifing a class instance from the class itself.
|
|
[2 replies] Last: Thank you so much! I tried something like that but i used CLASS* a ins... (by Funkist)
|
my assignment |
|
[2 replies] Last: Use switch inside anothe switch: switch(choice) { case 1: int pi... (by Funkist)
|
stopping multiple assignments |
|
[1 reply] : Make hit an int and use cin.fail() to check if the player entered or n... (by Funkist)
|
by changkaizhao
what will happen to pointer after set to NULL
|
|
[6 replies] Last: functions are not in heap or something. They are functions. Part of th... (by MiiNiPaa)
|
string::erase() |
|
[4 replies] Last: Thanks a lot for your answers! Problem is fixed andy1992, interesting ... (by igoreshka3333)
|
by Ion93
Payroll Class with vectors
|
|
[4 replies] Last: yea just saw it now. Thanks ill work on it and get back to you still a... (by Ion93)
|
by jdmic
Playing with templates
|
|
[5 replies] Last: Thank you guys !!! I need to look at <type_traits>. Usefull stuff in... (by jdmic)
|
Program for outputting an int in english |
|
[2 replies] Last: agh thanks (by Cheetofingers)
|
Do you think this program will find the multiples of 3 and 5 in 1000? |
|
[1 reply] : looks good, though line 16 and 17 are a waste. (by Esslercuffi)
|
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 andy1992)
|
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)
|
by seweriusz
How to create objects using a variable.
|
|
[7 replies] Last: Hi, A couple of other ideas: 1. Provide a member variable which is t... (by TheIdeasMan)
|
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)
|