by ramus313
editing text files
|
|
[4 replies] Last: No, you need to write the strings back to the text file to save the ch... (by Stupebrett)
|
Converting exponents to regular numbers |
|
[3 replies] Last: That's what it shows, just with a . and some decimals. I don't think y... (by hamsterman)
|
by galiwocky
Grading on a Curve Program, wrong output when two values are 0.
|
|
[1 reply] : When iterating over an array index must be always < sizeof array. So ... (by coder777)
|
by myx360
problem with static variable passing to objects
|
|
[1 reply] : static const double kT=0.00023481; You can't initialize static c... (by shacktar)
|
by catalincat94
C++ compiler
|
|
[8 replies] Last: Blodsed dev c++ is the best for beginners. Bloodshed Dev C++ is no... (by Moschops)
|
by Squall83
Boost Threadpool has memory leaks
|
|
[2 replies] Last: Thank you for the quick response, Cubbi. That helps a lot. There was ... (by Squall83)
|
by Ahmed1
problem while reading a CSV file
|
|
[3 replies] Last: Thank you very much both of you. The code is working fine now (by Ahmed1)
|
by michel84
Putting output of the bitset member funtion count into a vector is slow
|
|
[3 replies] Last: Sorry just to reply now. Thank you very much for your help. It is tru... (by michel84)
|
by Aaron Arber
Postfix Evaluation
|
|
[10 replies] Last: Hm, I see that inherent logic is not so easy to get. I tweaked it so t... (by coder777)
|
by harrisdd
implementing constructor....Need help
|
|
[3 replies] Last: Thank you very much for the assistance I believe I understand but if i... (by harrisdd)
|
by MR YAJ
File Handling with structures Help!
|
|
[1 reply] : Why not using a standard database? (by aviplot)
|
by Mszeneld
Prime number
|
|
[4 replies] Last: for(int i=0; i < max_primes; ++i) if(primes > largest_prime) ... (by Stupebrett)
|
by MrBackpack
c-strings
|
|
[5 replies] Last: Just put arguments with default values 'last'. In your case, switch fi... (by modoran)
|
by AKAMacC
So many errors!!!:(
|
|
[13 replies] Last: I believe this is suppose to be in it. Just have no idea where to but ... (by AKAMacC)
|
by rdanysh
Quicksort troubles
|
|
[1 reply] : while (ipA < iPivot) { ++iLower; ... (by ne555)
|
Question about vectors |
|
[3 replies] Last: @pot I see what your getting at. So that would create a total of 10 a... (by Paul Christopher)
|
by rscarson
Segfault in msvcrt
|
|
[3 replies] Last: I haven't used this in a while, but some links: http://msdn.microsoft.... (by kbw)
|
by BONUS
NEED help here please! I am not expert on C language
|
|
[1 reply] : Here is my complete code: / testDlg.cpp : implementation file // #inc... (by BONUS)
|
by amazingblob
C++ Library for Making Games
|
|
[1 reply] : I've looked into this and i would strongly suggest sticking with 2D li... (by LovestoCpp)
|
by suanruey
Sumo robot for class.
|
|
[1 reply] : #include "timerInterrupts.c" // timer interrupts function included #i... (by LB)
|