15 Topics

Member Avatar for
Member Avatar for markdean1989

I am an aspiring (at the age of 27) programmer using C++. I have future undertakings including getting a refresher course at a premier University in my country. I am just interested to know in advance how it is to become a programmer. What are the regular routines that you …

Member Avatar for markdean1989
0
300
Member Avatar for Benjamin_10

Hi I've got most of the code finished but I can't for the life of me figure out how to correctly count neighbors for the edges and corners of the array. These are the rules. If the cell is currently empty: If the cell has exactly three living neighbors, it …

Member Avatar for Hiroshe
0
4K
Member Avatar for faisal.bashir.5855

I want to find dofollow query which will give me dofollow blog list for my site http://www.myislamiapps.com/islamicapps/Home/ Can anybody tell me what kind of query i put on google?

Member Avatar for faisal.bashir.5855
0
96
Member Avatar for Pobunjenik

This is based on John Conways Game of Life, a simple yet awesome code that simulates life. Rules are simple, if a cell has less then 1 or more then 4 living cells next to it, the cell dies. An empty cell with exactly 3 living cells next to it …

Member Avatar for Pobunjenik
0
328
Member Avatar for darkeclipse8

My professor asks me to program the Game Of Life with some required and I find unnecessary classes. But anyhow as I am coding and running the program midway I run into this problem void Life::setup_grid() { cout << "Size of Grid: " << grid.size() << endl; cout << "rows: …

Member Avatar for NathanOliver
0
386
Member Avatar for timberwolf94

I have been trying to write a program for the game of life and have been having some issues. The rules are: 1. Any live cell with fewer than two live neighbours dies, as if caused by under-population. 2. Any live cell with two or three live neighbours lives on …

Member Avatar for TrustyTony
0
339
Member Avatar for rfrapp

I'm trying to finish this assignment for class, but I've got a problem.It seems as though my code will always make the new generation blank, and I'm not sure why. If you could read my code, then I'd greatly appreciate it. Thanks! [CODE] // Life.cpp : Defines the entry point …

Member Avatar for StuXYZ
0
243
Member Avatar for rfrapp

My assignment is to create the Game of Life. I know that it is very easy to find out how to do this online, but I don't want the answers fed to me. Here's what I have so far: [CODE] // Life.cpp : Defines the entry point for the console …

0
117
Member Avatar for Halogen1

Hi: I wasn't able to find the exact solution to my problem on Daniweb, although there are several posts regarding the game of life. This situation came the closest: [url]http://www.daniweb.com/software-development/cpp/threads/242338[/url] My situation is a bit different because I HAVE to use a combination of functions and a class in the …

Member Avatar for Halogen1
0
490
Member Avatar for nuclear

Trying to do some basic "Game of life", but for some reason i'm getting some weird results, the code: [CODE]#include "stdafx.h" #include "stdlib.h" #include <iostream> using namespace std; #include "windows.h" const int V=30;//Vertical const int H=40;//Horizontal char A[V][H]; int ne=0; //Set all to dead void setDead() { for (int i=0;i<V;++i) …

Member Avatar for nuclear
0
691
Member Avatar for WolfShield

Well, For the past week I had been spending all of my time programming and posting on Daniweb. However, for the last two days I haven't been able to get on a computer. Today I just got on Daniweb for the first time in two days and looked at all …

Member Avatar for iamthwee
0
384
Member Avatar for superspudnuts

Hi Guy's I have just started my own independent blog on my own server account to compliment my Life Insurance Site and would like some tips on how best to set it out. In terms of seo should my categories, blog roll, latest posts etc columns be on the left …

Member Avatar for bobwillz
0
373
Member Avatar for apolochaves

i wrote this code for a simple life game loosely based on Conway's. I wrote an 40x40 integer matrix with random numbers and a 40x40 char matrix based on the previous one, where the numbers 0 to 3 generate an X (alive cell) and the numbers upper 4 generate an …

Member Avatar for Adak
0
117
Member Avatar for GrimJack

The bleach could not reach my brain through my eyes - I could not stop clicking. Please, I beg you do not [URL="http://www.peopleofwalmart.com"]click[/URL]! It has been 2 hours, my eyes are empty pools, yet I still click [B][I][U]next[/U][/I][/B]

Member Avatar for GrimJack
1
240
Member Avatar for InsightsDigital

Social media have allowed users to share their lives in many different ways, via updates, images, voice, videos, etc. Now that many platforms are integrated, it is easier to catalog and archive your life. From a privacy perspective, I personally would be hesitant towards this. I just read about a …

Member Avatar for host1plus
0
138

The End.