by zionet
Algorithm Flood fill.... CODE?
|
|
[1 reply] : Errrm NO. I am not going to write this for you. How about try yours... (by Codermik)
|
by syntax error
Polyamorphic functions and compiler errors
|
|
[1 reply] : declarations vs definitions, find the difference: int Double(int); in... (by MiiNiPaa)
|
by PATBALM
New to c++, program issue
|
|
[2 replies] Last: Ok thanks, I got it to show something other then 0. However, now its s... (by PATBALM)
|
by ad29
Error Message...
|
|
[1 reply] : srand() and rand() are 2 different functions. You are attempting to u... (by Disch)
|
by sharkcoder
C++ VisualStudio 2010 express Error
|
|
[1 reply] : A console application shouldn't have #include "stdafx.h" . Make s... (by Codermik)
|
by pacman169
Program 14
|
|
[5 replies] Last: Ok thanks wildblue and a k n. I will try to keep that in mind. I shou... (by pacman169)
|
GCD program |
|
[4 replies] Last: Ok. Thanks. I changed my program and here's what I have now. Rather th... (by closed account DzyTC542)
|
by ad29
Why aren't cin>> and cout<< working?????
|
|
[2 replies] Last: Thanks so much! (by ad29)
|
by jasonlwe
How to use isalpha() function?
|
|
[9 replies] Last: Well, the code I suggested will read just a single character. If the u... (by Chervil)
|
by h4ever
why strncpy fails?
|
|
[2 replies] Last: I have solved it with this function: /* Written by Niels Möller <ni... (by h4ever)
|
by abhishek2k49
ISDigit
|
|
[1 reply] : > both the if and else statements get executed for every case. Look th... (by ne555)
|
by keane234
what is the difference between class and array?
|
|
[1 reply] : those are two entirely different concepts, if you don't mind me asking... (by Gkneeus)
|
by robbagus
Where do I include Pointers in a Card Game?
|
|
[3 replies] Last: your directions tell you how to use pointers. you'll be using polymorp... (by Gkneeus)
|
by smannari
Child Object address variation
|
|
[no replies]
|
by malahi
Keys and Programing
|
|
[1 reply] : Assuming your using Windows, check out SendInput() http://msdn.micro... (by Codermik)
|
cin is ambiguous and how to clean my code up |
|
[1 reply] : how to clean my code up Use loops, possibly functions, and other mean... (by closed account j3Rz8vqX)
|
pattern problem |
|
[2 replies] Last: Smells like homework. If it is, the professor should provide instruct... (by closed account j3Rz8vqX)
|
by SwissAndOr
How to detect mouse button release correctly in SDL2
|
|
[no replies]
|
by kei79
First come First serve algorithm
|
|
[no replies]
|
by lexie21
2D Array to create a grid map
|
|
[1 reply] : If its going to be a random size, then you probably want to use vector... (by TwilightSpectre)
|