Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: wildgoose
Forum: C Jul 16th, 2009
Replies: 18
Views: 676
Posted By wildgoose
You have an (i) problem.
You need to use two different variables within a nested loop, such as i and j.


for(i=0;i<2;i++)
// for(i=0;i<3;i++) {
for(x = 0; x < 3; x++ ) {
...
Forum: C Jun 17th, 2009
Replies: 6
Views: 475
Posted By wildgoose
Based upon your post, may I suggest you start with something similar out of a book such as the "Hello World" program!



#include <file.h>

void create_project_go()
{
FILE *fp;
...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC