by armita
HELP!
|
|
[1 reply] : You are probably much more an expert of threads and mutexes than many ... (by keskiverto)
|
by James180
Global Variables Problem/Question
|
|
[3 replies] Last: Thanks to both of you for the solution and extra material I am only ab... (by James180)
|
by Appel
Making small apps and good practice programs?
|
|
[1 reply] : First of all, to make Iphone apps, you can't use C++. They are written... (by Mats)
|
Switch case missing "{" "}" |
|
[3 replies] Last: Hi Justin, If you have compiler errors, then please post them in full... (by TheIdeasMan)
|
by mnicole1993
Encrypt/decrypt using Polybius square
|
|
[1 reply] : Does the code not work as intended? (by Catfish4)
|
by awais rana
help required (1,2)
|
|
[21 replies] Last: why you dont ask your class fellows to help you...... hum yahin hen ja... (by msjamil11)
|
by dhepotz
UNEXPECTATION OUTPUT PLSS HELP ME..:(
|
|
[2 replies] Last: you need a cin to get the actual value from the user. Like so: ... cou... (by coder777)
|
by KvltKitty
Problems looping within function
|
|
[11 replies] Last: Hi KvltKitty, First, please always use code tags - they make it easie... (by TheIdeasMan)
|
by sup91
Assignment Help
|
|
[no replies]
|
by eliclln
C++ code for a calendar -- Help with a counter?
|
|
[1 reply] : On line 10: ^ does not what you think it does, it's a bitwise operator... (by coder777)
|
by ZoltanOnody
Very long number.
|
|
[1 reply] : well, 10 18 *250 goes out of range of unsigned long long . use doubl... (by coder777)
|
by Jason Mcbee
how to remove an item from an array
|
|
[1 reply] : If inventory has fixed size, I would just clear entry that you want to... (by MatthewRock)
|
by iTechHD23
Help on getting median
|
|
[1 reply] : First, format your code. Second, you never used "median" variable. Yo... (by MatthewRock)
|
by Kevinius
error when trying to print vector
|
|
[8 replies] Last: My classes are public for this project. I've tried using the syntax p... (by Kevinius)
|
by aggsyb
Most efficient way to code this RNG ?
|
|
[8 replies] Last: #include <cstdlib> #include <ctime> #include <algorithm> #include <it... (by JLBorges)
|
Output Issue |
|
[no replies]
|
by craduazzo
Poker problem (trouble with classes)
|
|
[2 replies] Last: @whitenite1 When one if condition is true, the rest are ignored. So hi... (by Daleth)
|
by Shilalydawg
Copying arrays using pointers?
|
|
[10 replies] Last: you'd have to use a for loop to assign initial values. That's what ... (by Shilalydawg)
|
by suchanoob
Prime number finder not looping correctly
|
|
[1 reply] : You are not entering the while loop all of the time. For example: 1.... (by histrungalot)
|
While loop malfunction, also center formatting is jacked up |
|
[no replies]
|