by Frankie1210
Loops
|
|
[3 replies] Last: Anything else? That i need to fix? Pardon? (by closed account 48T7M4Gy)
|
by studentcoder
Cash register program - having trouble with very small values (pennies)
|
|
[4 replies] Last: Edit/update - I solved it! I used long double and did fmod() divisio... (by studentcoder)
|
LAP TIMER HELP |
|
[no replies]
|
by koopey
void main or int main?!?
|
|
[3 replies] Last: thanks guys. I will straighten the guys out now! :) (by koopey)
|
by mentat
Staying within a certain range of numbers
|
|
[2 replies] Last: You also need to use an array/vector to store your numbers so you can ... (by integralfx)
|
Converting enum to string help |
|
[1 reply] : Do you know that deleting your posts from your topics is considered ru... (by jlb)
|
by unileds
Learning
|
|
[3 replies] Last: No one learns C++ "fast", it takes time. You can learn the basics thro... (by closed account 18hRX9L8)
|
by Culbrelai
Sorting Lists
|
|
[3 replies] Last: Oh my god I feel silly. Well, I won't make that mistake again... ugh.... (by Culbrelai)
|
by StirFryBeans
SIGSEGV Segmentation Fault in Array Sorter
|
|
[1 reply] : I'm guessing that the array index is out of bounds. I suggest you fami... (by Cody0023)
|
by CodeOpen
Adding 2 vectors
|
|
[1 reply] : You need to initialize the member variables x and y (you have the cons... (by Danny Toledo)
|
by Flukejiver
Need Help!
|
|
[8 replies] Last: No worries. I know what you mean. (by chicofeo)
|
by Outlaw782
Trying to strip <Tags> off an HTML document
|
|
[5 replies] Last: I was able to get the program to work, what I was missing was an istre... (by Outlaw782)
|
by Toothless LL
A minor problem with a menu code
|
|
[8 replies] Last: does it always default set it to 0-3? As I said before, the = {0} ... (by AbstractionAnon)
|
by levsky
C++ to edit song info in an mp3
|
|
[1 reply] : Yes, of course. There are libraries dedicated to reading and writing M... (by helios)
|
by beccak0316
output with int variables
|
|
[2 replies] Last: like @Norm said take a piece of paper and write value of x and y for e... (by Ericool)
|
by Hidden Squid
Bool error's help please.
|
|
[5 replies] Last: Line 7: Missing a close comment (*/) Line 24: ne555 gave you two exa... (by AbstractionAnon)
|
by newnoodle
I want to read the file line by line as array with Dev C++
|
|
[1 reply] : If you want to parse the contents of a string, you could use a strings... (by Norm Gunderson)
|
by totalnooob
How to make software to solve linear fuctions ?
|
|
[2 replies] Last: Thanks a lot bro saved me a lot of time couting it manually :D (by totalnooob)
|
by yaser99911
please fix it for me guys!
|
|
[15 replies] Last: I'm a beginner too but noticed some obvious errors. missing a semicol... (by diamondknife)
|
by OmfgWdf
Extracting Digits
|
|
[9 replies] Last: OK Cya :) Hint: when you get to division, integer division can give... (by closed account 48T7M4Gy)
|