vector param within function? |
|
[2 replies] Last: I believe you could also do this in 1 line of code. Not compiled: ... (by jsmith)
|
by eker676
Structure Initialization failing
|
|
[12 replies] Last: You need "struct" if you are compiling the code with a C compiler. Yo... (by jsmith)
|
by memoc3
spelling checker..
|
|
[1 reply] : Well, obviously, if it doesn't compile then it's not "fine". 1. Edit ... (by helios)
|
by vorticidal
What is volatile?
|
|
[4 replies] Last: Sometimes, it's necessary to guarantee that a variable is up to date. ... (by helios)
|
by Inks04
Creating a loop for Two player game
|
|
[9 replies] Last: Thank You SOO much. That was a big help (by Inks04)
|
by Zachary
Input text file, compare integer patterns, output new text file
|
|
[1 reply] : First, make a fstream, then open the file. Read the file into a vecto... (by firedraco)
|
by selder
a simple yahtzee game
|
|
[1 reply] : Try using an array. Each value in the array represents a dice number. (by eker676)
|
by Northerj
function: Array initailization
|
|
[4 replies] Last: sorry... ignore the question, i did not refresh. Thanks (by Northerj)
|
by masiht
Unable to make this program
|
|
[14 replies] Last: Thanks guys. (by tcbaby)
|
by elliet
Arrays and Functions
|
|
[3 replies] Last: hey nvm i think i got it. hahaha thank you soo much<3333 (by elliet)
|
by Mythios
[SOLVED]Changing the color without system()
|
|
[6 replies] Last: Thanks for that helios - worked a charm. I used a function i made from... (by Mythios)
|
by masiht
question about while and do while
|
|
[5 replies] Last: and while ( m=='d' ); (by Bazzy)
|
Overload operator with one operand. |
|
[1 reply] : You can't have a unary / operator (by Bazzy)
|
by memoc3
swap letter in string
|
|
[7 replies] Last: Why are you using a string array? string myints;//In your code you... (by Bazzy)
|
Proper implementation of a destructor for 2D matrix? |
|
[7 replies] Last: Yeah, that was my problem. Thanks! (by krispygrimace)
|
by tcbaby
Trying to make this program better
|
|
[2 replies] Last: if you add a player, then try to remove a player of a different name (... (by tcbaby)
|
by Amon Ra
Visual Studio
|
|
[9 replies] Last: I have solved my issue. It was adding the "VCredist_x86" onto the co-w... (by exercisephiend)
|
by gevat
question about free() command
|
|
[1 reply] : free() releases a previously allocated block of memory to the heap. T... (by kbw)
|
by shem
Expected unqualified-id before ‘unsigned’
|
|
[3 replies] Last: Thanks to both Zhuge and Grey Wolf, I rewrote it from scratch and got ... (by shem)
|
by Flash41000
Buying and selling game
|
|
[5 replies] Last: ok ok ok now my question is, the money resets after the second time th... (by Flash41000)
|