game of life the output is not right |
|
[15 replies] Last: i finally figured it out thank you for your help (by bluecoolaid112)
|
by Ishtar
Generating very good random numbers
|
|
[3 replies] Last: Hello Ishtar, I have found an article about the rand() function wit... (by Tarson)
|
by JRevor
extern const declarations. How to get them to work?
|
|
[3 replies] Last: Oh.. i think i got it. I should have written extern const unsig... (by JRevor)
|
by Acid
C library function "rand"
|
|
[5 replies] Last: Each number has the same probability of being the result of that, depe... (by Bazzy)
|
by jnrf
new / delete operators in for-loop
|
|
[5 replies] Last: Is narray been declared a pointer? you can debug your code and can co... (by writetonsharma)
|
by Vita
How to make simple chat app?
|
|
[1 reply] : if you google you can find many simple chat programs or client/server ... (by writetonsharma)
|
by disini
percentage program
|
|
[2 replies] Last: Thanks for your reply. What I'm trying to get is a 2% commission if th... (by disini)
|
by makan007
Declaring static variable
|
|
[2 replies] Last: Hello! Ok, what don't you understand? The static keyword ensure... (by screw)
|
by murmuls404
Where is the problem?
|
|
[6 replies] Last: [c o d e ] code goes in here then you finish with [/c o d e ] Also... (by gcampton)
|
by bbbfan
Problems with Cin
|
|
[1 reply] : Hello! Here is my probe code: include <iostream> using names... (by screw)
|
by prob
Displaying a file
|
|
[10 replies] Last: This should help: http://www.cplusplus.com/doc/tutorial/files/ E... (by Zhuge)
|
by TBird
Please explain a DLL to me?
|
|
[8 replies] Last: Awesome. Much thanks to both of you. I think I know what I need to k... (by TBird)
|
by sparky
does not name a type error
|
|
[2 replies] Last: Thank you helios and Alvaro (cpp-home.com). Forward declaration solved... (by sparky)
|
by spazamatic2
Funtions and powers
|
|
[1 reply] : float pow ( int a, int b) { float c = a^b; // ^ means xor in c+... (by Bazzy)
|
by xxhashxx
parsing user commands into my progam
|
|
[1 reply] : You can write a simple parser, streams are helpful in this does th... (by Bazzy)
|
by rishamessi
dynamic array
|
|
[6 replies] Last: In the dynamic one, you are calling an unexisting constructor on line ... (by Bazzy)
|
by xboxmods
How to read every other column of a table?
|
|
[2 replies] Last: Thanks for the reply. I'd like them to be in the order of the first ex... (by xboxmods)
|
by akayrak
one vector for two class
|
|
[10 replies] Last: @helios: I will not gain anything. :-) The OP mentioned that he want... (by kevinchkin)
|
by xxhashxx
fstream , counting the occurences of words.
|
|
[1 reply] : Another way is to not insert the same word multiple times. Check if t... (by kempofighter)
|
Number Representations Confused? |
|
[5 replies] Last: char is signed usually, so if you go over 127 (?) then you will star... (by firedraco)
|