Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c++ x 2

2 Posted Topics

Member Avatar for Rogierownage

Hello. I made this program. It's designed to be a version of the game "Game of Life", except text-based and played entirely in cmd. Now, the program is working fine, but I would like to get some suggestions for things I could have done more efficiently, or anything else that …

Member Avatar for c0DEZOMBIE
0
169
Member Avatar for nychick

By the way, this s[i] !='\0' can be shortened to this s[i] Because a null value is equal to false, and every other char value is equal to true.

Member Avatar for Rogierownage
1
919

The End.