by Minimacfox
Help! Console is trolling me?
|
|
[3 replies] Last: Sorry, for not relevant answer before. http://en.wikipedia.org/wiki/Do... (by JockX)
|
by jxkl5
Menu for text game
|
|
[2 replies] Last: You can play sounds with out a library. by using http://msdn.microsof... (by giblit)
|
by RadCod3Win
Converting lines (1,2)
|
|
[29 replies] Last: Ok so I tried that, and it is still not working. For some reason my pr... (by RadCod3Win)
|
by ctdss
Help getting started
|
|
[5 replies] Last: No problem ! Good luck !! (by RadCod3Win)
|
how to set the length of a string |
|
[4 replies] Last: std::string::resize(unsigned) http://en.cppreference.com/w/cpp/string... (by Bourgond Aries)
|
by zukias
How to generate random numbers in C++?
|
|
[4 replies] Last: Thanks for the replies guys, problem solved :) (by zukias)
|
checking for a word from a file |
|
[4 replies] Last: I was able to implement somewhat the linked program from Rehan FASTian... (by spiritedDedication)
|
by ShoxPhysics
Error: expected constructor, destructor
|
|
[2 replies] Last: thank you, I just needed a fresh pair of eyes to look at it. I will ta... (by ShoxPhysics)
|
by zORg alex
DevC++ recursive constructors
|
|
[3 replies] Last: It does not exit in first recursive call in my debugger. It cannot - s... (by JockX)
|
by jadegnan
Multiple definition errors
|
|
[no replies]
|
by the5thace
Difficulty loading a dictionary in to a char array
|
|
[1 reply] : I think the bug is here: first =gotLine ; in line 88 and here first... (by JockX)
|
by kosilva
Logical Size of Array
|
|
[8 replies] Last: You could always use a vector then and get the size of that? and why n... (by giblit)
|
by pata
char[] doesnt end with '/0'?
|
|
[3 replies] Last: lol sometimes it just takes a fresh pair of eyes, thanks guys/girls.. (by pata)
|
by persontothe
Prime factor of 600851475143
|
|
[2 replies] Last: Confirmed what cire said, modified your main and after a few seconds i... (by SamuelAdams)
|
by mary 00
Problem with Files/Structures/Functions
|
|
[3 replies] Last: So this is what i had been able to do: #include <fstream> #include ... (by mary 00)
|
by toshbar
How do i code to check each line individually in a 2d array?
|
|
[1 reply] : You can solve the problem with loops and arrays. - Create an array of ... (by JockX)
|
by LichTim
What to use when making 2d games?
|
|
[4 replies] Last: D; (by closed account N36fSL3A)
|
by morty1993
Word extraction problem
|
|
[no replies]
|
by ryanawe123
How do I print a specific section of a char array?
|
|
[6 replies] Last: First lets take care of your errors. 1) You need to use int main() ... (by closed account 3qX21hU5)
|
by teand2
Two questions
|
|
[4 replies] Last: lol Zereo I was trying that just as you posted. Also, the ambiguous we... (by teand2)
|