Eliminating jumping repetitions of different orders |
|
[5 replies] Last: That works. I confused myself and thought it didn't work when changing... (by DyslexicChciken)
|
by fbhkhan
Creating Bank accounts using classes
|
|
[5 replies] Last: @Yanson Thank you so much for your help! I fixed that and it worked bu... (by fbhkhan)
|
by easty1802
Bubble sorting with user defined amount of elements
|
|
[1 reply] : @easty1802 Here is how to create an array of unknown size, at program... (by whitenite1)
|
by Rwilson4
Using a PrintMenu with a switch statement.
|
|
[no replies]
|
by cmcraes
Program involving a database?
|
|
[no replies]
|
by Dkob1
Need Help calculating
|
|
[7 replies] Last: You appear to be under the impression that the variable used for the s... (by Mike5424)
|
by RickBlacker
I know how enumerations work, but this looks odd to me
|
|
[3 replies] Last: See that's what I was thinking, that they can't relate. But, in the do... (by RickBlacker)
|
by Dkob1
What errors are there?
|
|
[3 replies] Last: Something wrong with your IDE settings, code is working fine: http://i... (by MiiNiPaa)
|
by andrew241
Code for Huffman tree not working properly
|
|
[2 replies] Last: #include <iostream> #include <string> #include <fstream> #include <s... (by cire)
|
Sum of digits entered. |
|
[5 replies] Last: Nope, it won't work for numbers > 99. Your algorithm should be someth... (by MiiNiPaa)
|
by merveso
Yes/No Statement
|
|
[9 replies] Last: I realise the op said 'C', but it wasn't clear - I thought this was a ... (by exitcode)
|
Unresolved External Symbol |
|
[3 replies] Last: Well, it's funny because even, #include <SDL.h> #include <fstream> #... (by Aaron Vienneau)
|
by IBCFQ
Looking for a learner
|
|
[no replies]
|
by Dhomneek
Stuck on getting highest number output using array
|
|
[4 replies] Last: int* max = data; for(int* ptr = data, ptr < data + 10; ++ptr) if ... (by MiiNiPaa)
|
by eugenelet
Blackjack HELP
|
|
[2 replies] Last: @Mats Thanks alot! Really Appreciate your help, it's my first time co... (by eugenelet)
|
by gopal2773
Flicker Problem
|
|
[3 replies] Last: No, it's not flicker. Flicker means that you see all the elements, but... (by coder777)
|
C++ GPA programming |
|
[5 replies] Last: ok thank you all! (by Noob Programmer)
|
by PaddlePow
Point and Line Class
|
|
[2 replies] Last: Thank you for the reply that did the trick. I basically wasted 2hr thi... (by PaddlePow)
|
by whoovian11
Array Help PLZ
|
|
[2 replies] Last: its complaining about these (int inStock , you can't pass a 2d arr... (by Jaybob66)
|
by liljr415
Put my code in a function
|
|
[2 replies] Last: Further more on line 13: while (again == 'Y' || 'y') { Does no... (by coder777)
|