by rayb20
quicksort using a median of 3 partition
|
|
[4 replies] Last: Median of three should sort the three elements and always return the m... (by Duthomhas)
|
by AdamLeung
Some Help Please!
|
|
[3 replies] Last: Changed == into = That would not be correct. Change = to == in your... (by cire)
|
by mekkatorqu
switching int to perform binary operations?
|
|
[5 replies] Last: I'm not sure I can use constants as well They are not nessesary, I ju... (by MiiNiPaa)
|
by AbsenceDev
C++/CLI Operators not working right
|
|
[13 replies] Last: Thanks, the comma fixed the issue, now the cacluator is working! :D Go... (by AbsenceDev)
|
by grag
runtime error (SIGSEGV)
|
|
[1 reply] : if ((char)a =='10') ans+=10; What this line should do? (by MiiNiPaa)
|
by Joecastor
Learning to write in C++
|
|
[4 replies] Last: Thanks guys! (by Joecastor)
|
by skeasor
Connecting to SQL SERVER
|
|
[2 replies] Last: Thanks. I'm installing Qt right now to play around with. (by skeasor)
|
by asadiku
Plagiarism Program
|
|
[no replies]
|
how to update lastaccesstime of a remote file ? |
|
[2 replies] Last: you can use the Windows function SetFileTime. See https://msdn.microso... (by fcantoro)
|
by eror404
Question about Printf and Cout (Sorry, EN isn't my mother language so I couldn't make a clearly tittle)
|
|
[1 reply] : Yes, you can do the same thing with cout. #include <cstdio> #include... (by Peter87)
|
by char123
stack implementation
|
|
[1 reply] : Push all characters in order to stack. Pop characters and display them... (by MiiNiPaa)
|
by Outlaw782
Question about QT Framework
|
|
[7 replies] Last: .... wish C++ had its own integrate GUI Library C++ only concerns ... (by TheIdeasMan)
|
by jamesmoe
number pattern
|
|
[2 replies] Last: We will not do your homework for you, post the code that you have writ... (by Outlaw782)
|
by Outlaw782
Constructor Question! D:
|
|
[1 reply] : Solved: Person(string z) removed Modified Person(string x) to: Pe... (by Outlaw782)
|
by just icyy
random number generator
|
|
[2 replies] Last: Yeah on some level I knew that but in classed my teacher talked of a w... (by just icyy)
|
Hugeinteger |
|
[4 replies] Last: It concerns the.very algorithm. Then perhaps you should describe th... (by cire)
|
by dummy101
Derived/base find
|
|
[2 replies] Last: working again: no errors but doesnt allow input for anything beyond te... (by dummy101)
|
by mr103
Need help with Brownian motion
|
|
[1 reply] : Please use the code tags for your code. HINT: Edit your post, highligh... (by chicofeo)
|
by kirtiwardhan
Display Employee Record Having Maximum Salary
|
|
[1 reply] : Duplicated post. http://www.cplusplus.com/forum/general/176495/ Pleas... (by chicofeo)
|
by lennygon
Arithmetic Problem Solve
|
|
[1 reply] : Your expression evaluates to 35, not 100 I never tried this problem, b... (by ats15)
|