Forum: C++ Oct 13th, 2008 |
| Replies: 4 Views: 8,525 i have made following programe but it doesn't work properly
#include<fstream.h>
#include<conio.h>
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
struct ini{
char itmna[35];
int... |
Forum: C++ Sep 21st, 2008 |
| Replies: 1 Views: 1,637 how to use floodfill in c++ give a simple example |