by earthquake
Minumum spanning tree
|
|
[12 replies] Last: Ah. I often refresh to make sure I am posting something useful, but la... (by Duthomhas)
|
by wiley1977
Adding random numbers
|
|
[9 replies] Last: AeonFlux1212 gave you a really good anwser with 2 of the abilities of ... (by joseph8)
|
by BrookeP
Exponential Power Function
|
|
[1 reply] : well your code looks complicated - you only need one loop something l... (by mik2718)
|
by tucker203
Cannot figure out how to call a binsearch function Help
|
|
[no replies]
|
C++ / Win32 API |
|
[9 replies] Last: wxWidgets is certainly underrated. The main advantage I see in Qt is Q... (by closed account S6k9GNh0)
|
by herculas
2d array using txt file
|
|
[no replies]
|
by luis1994
How to add arrays/how to get the sum of two arrays
|
|
[2 replies] Last: Based on the title of the thread I assume you at least have the part d... (by closed account zA9T0pDG)
|
by fercasti
change switch loop to if
|
|
[2 replies] Last: I've not done any C++ in awhile, but that else shouldn't work or if it... (by closed account zA9T0pDG)
|
by Rocketx100
need some better ideas urgently!
|
|
[5 replies] Last: Try Tweaking things for ubuntu or fedora. like change the normal way o... (by Piyush Laad)
|
by stardust2552
Code help: Blackjack
|
|
[4 replies] Last: yes thank you (by stardust2552)
|
by LordAhmed
loop randomly
|
|
[4 replies] Last: @lordahmed then you should have asked that directly.... (by Rocketx100)
|
by unik
Why doesn't my program work?
|
|
[1 reply] : Your Compute_FV and Report_FV functions aren't being called anywh... (by MikeyBoy)
|
by PAARU
Deterministic Finite Automata implementation
|
|
[1 reply] : Yes. (by helios)
|
by KBlythe
Target heart rate
|
|
[7 replies] Last: You're welcome. Glad it worked out. (by MikeyBoy)
|
by print
segmentation fault
|
|
[6 replies] Last: i find the problem when i ask my friend, now i am trying to finish it.... (by print)
|
by sarfrazm7
Letter Frequency count
|
|
[1 reply] : Hi! At first, you'd better format your code with [ code ] tags (see b... (by rodiongork)
|
by QataJo
Initalizing???
|
|
[3 replies] Last: Please use code tags http://www.cplusplus.com/articles/z13hAqkS/ The... (by Yanson)
|
by northfly
ifstream selectively read in information
|
|
[3 replies] Last: > every data in file.dat is useful, they need to be read into differen... (by JLBorges)
|
by unik
I need help please!
|
|
[3 replies] Last: double FV = /*expression*/; return FV; inside Compute_FV(). Or just... (by helios)
|
by Maximus44
Gratuity Calculator
|
|
[1 reply] : tip.computeTip(100, 20); should be tip.computeTips(100, 20); ... (by Yanson)
|