by Recon12
Conway's The Game of Life
|
|
[3 replies] Last: A few thoughts: Your variable names are not accurate. rows and cols s... (by rocketboy9000)
|
by MrKen
Opening multiple .txt files from unspecified paths
|
|
[2 replies] Last: The way I have is currently set up is that each one has the netflix su... (by MrKen)
|
by tlove65219
Sorting a Linked List
|
|
[10 replies] Last: Everything is running. I just need to know how to make the other nodes... (by tlove65219)
|
by MessMyHair
3d char array problem
|
|
[1 reply] : I've found it myself, I simply put ' instead of " for anybody who may... (by MessMyHair)
|
by ts1000
problem with code dont know whats wrong with the syntex
|
|
[2 replies] Last: thanks for some unknown reason i thought that was supposed to be there... (by ts1000)
|
Array of Strings |
|
[1 reply] : Yeah: char code = "Zero"; for (int i=0;i<5;i++) cout << co... (by MessMyHair)
|
by ts1000
problem with my input and output
|
|
[2 replies] Last: no i made the variable. but i added an extra end line on the end and i... (by ts1000)
|
by ritz
Problem in making my grid
|
|
[1 reply] : main must return int. The Console is a Terrible Medium for Games ht... (by ne555)
|
by manasij7479
RPN Expression Evaluator ...segmentation Fault
|
|
[1 reply] : if (in>>opt) { opn = stack.back(); ... (by ne555)
|
by cormac94
String woes
|
|
[4 replies] Last: So i have this at the moment, and it's almost working but it seems to ... (by cormac94)
|
by gizzmo1
printing out data to many different files (1,2)
|
|
[26 replies] Last: Now it works, thank you very much! What if I want to print somethin... (by gizzmo1)
|
by bzb95
How is this for a first program?
|
|
[no replies]
|
by wtf
Program crashing during getline()
|
|
[4 replies] Last: edit: i tried it again and this time the same thing happened, except t... (by wtf)
|
by csharve
Payroll program with functions
|
|
[1 reply] : [co de] "Put your code inside code tags" [/co de] I guess the pro... (by ne555)
|
by Ericka25
program to implement a game
|
|
[3 replies] Last: Did you miss the part right before that? Generate a random number to d... (by Zhuge)
|
by acorn
Boost Article on boost::asio
|
|
[no replies]
|
by holtaf
read image
|
|
[1 reply] : Sure. You'll need an image library such as FreeImage or DevIL. (by Athar)
|
by rishabhagl
Return String from a Function!!
|
|
[7 replies] Last: Hi, If you write something like return "Some String"; in y... (by athachil)
|
by Browni3141
std::string problems.
|
|
[4 replies] Last: Thanks, for some reason I thought string memory was automatically all... (by filipe)
|
by acorn
4 books recovered from the dust
|
|
[5 replies] Last: Other than Effective C++, there really isn't a prerequisite for Effect... (by moorecm)
|