Forum: C++ 13 Days Ago |
| Replies: 2 Views: 176 /*I have coded this but it is not working fine it kept saying "Segmentation fault" and i can't track it down, can someone help me on this i want it badly!*/
#include<iostream>
using namespace std;... |
Forum: *nix Software Jul 3rd, 2009 |
| Replies: 1 Views: 785 hi guys!
i have a 2 GB flash disk and i want to format it either using GUI or CLI.
can any one help please!?
thanks in advance! |
Forum: C Jun 21st, 2009 |
| Replies: 12 Views: 793 Oh! Thanks a lot!it really helped me! |
Forum: C Jun 20th, 2009 |
| Replies: 12 Views: 793 Here is what i have tried. But it kept saying segmentation fault!
#include<stdio.h>
int main()
{
int in[10];
int out[10];
int i;
FILE *fp;
fp=fopen("totalFile.txt","w");
if(fp==NULL) |
Forum: C Jun 20th, 2009 |
| Replies: 12 Views: 793 Here is what i have tried. But it kept saying segmentation fault!
#include<stdio.h>
int main()
{
int in[10];
int out[10];
int i;
FILE *fp;
fp=fopen("totalFile.txt","w");
if(fp==NULL) |
Forum: Posting Games Jun 19th, 2009 |
| Replies: 2,171 Views: 139,314 |
Forum: C Jun 19th, 2009 |
| Replies: 12 Views: 793 Hello World!
i want to write a program that generates 100 random numbers.
the program should do the following tasks:
** store these 100 random numbers in a file called totalFile.txt
** read... |