by bullard1990
Program not outputting
|
|
[5 replies] Last: I just realized mine was off too. I needed to multiply the % by 100. I... (by Yay295)
|
by zf7
beginner tic tac toe game
|
|
[7 replies] Last: I'm using borland because that's the only compiler I have and my profe... (by zf7)
|
by Trisomy 21
String to Double Function
|
|
[1 reply] : If you don't have access to atod or atoi then it's conventional to use... (by Lachlan Easton)
|
by twesna
Looping Problems
|
|
[9 replies] Last: Thank you i made a mistake in the setting when using visual 2010. It w... (by twesna)
|
by AmitM9S6
Using .NET Inside C++
|
|
[4 replies] Last: I see., Thank you. (by AmitM9S6)
|
by Tyler151
calling a fiction though a variable
|
|
[3 replies] Last: It would compile if that's what you mean. I wouldn't say it "works" qu... (by Computergeek01)
|
pass by value and pass by reference |
|
[2 replies] Last: When a variable is passed by value it copied into the stack. This mean... (by Computergeek01)
|
by superfury
8086 illegal rep prefix?
|
|
[no replies]
|
by manojg
strlen of c-string
|
|
[9 replies] Last: Thanks. I am using gcc 4.8.3. make the array dynamic or prefix it wi... (by manojg)
|
by DatDankMeme
NEED URGENT HELP!
|
|
[1 reply] : MenuState is a const int, not a type. (by helios)
|
SDL - Destroying SDL_Textures* |
|
[1 reply] : Yes, it's valid as long as you don't reference your texture again. (by Avilius)
|
by whoovian11
Random Number
|
|
[18 replies] Last: To pass an array to the function you just put the name (without ). (by Peter87)
|
by whoovian11
What am I doing wrong?
|
|
[2 replies] Last: So first off, your my_shuffle(a) is using an integer argument that h... (by Aaron Vienneau)
|
by whoovian11
Plz help
|
|
[1 reply] : You can sort the array, and then take the middle value as the root nod... (by closed account 10X9216C)
|
how to find and replace in text file |
|
[1 reply] : What I want to know is how to add and replace employee info. For exam... (by coder777)
|
by venkatacplpl
Type Casting in C++
|
|
[2 replies] Last: YOu have used an unsafe C-style cast. In this case it works as reinter... (by MiiNiPaa)
|
by creative3000
Hold key problem
|
|
[9 replies] Last: Problem solved =D! if(GetKeyState(VK_A)<0 && joc[hM-1] !='*' && joc[h... (by creative3000)
|
by DreamCore
Simulating 2D array with 1D array?
|
|
[4 replies] Last: 2D matrix coordinates are in format {row, column}, where the row numbe... (by MiiNiPaa)
|
by Bingocat4
Get angle of bullet after bouncing
|
|
[3 replies] Last: I tried some more code and I still can't get it working right. It kind... (by Bingocat4)
|
by Nerodic
Says no operator "==" matches these operands
|
|
[1 reply] : // if(Cat == 'Yes') if( Cat == "Yes" ) (by JLBorges)
|