User profile: lazyrussian
User info |
User name: | lazyrussian |
Name: | Arthur Sabintsev |
Location: | Washington, DC |
Website: | http://www.lazyrussian.com |
Bio: | Physicist |
History |
Joined: | Jul 18, 2008 at 1:25am |
Number of posts: | 7 |
Latest posts: |
Seg Fault with fgets and fputs - Probably easy to fix, but I don't know how. Never mind, I fixed it. I started using fscanf(); instead of fgets(); on line 21, and switched from ...
Seg Fault with fgets and fputs - Probably easy to fix, but I don't know how. When I run this program on my mac, I get a KERN_PROTECTION_FAILURE message from DDD. This mean's im ...
Seg Fault with fgets and fputs - Probably easy to fix, but I don't know how. Here's my code:
[code]
#include <stdio.h>
#include <stdlib.h>
#define size 768
int main()
{ ...
How do I run a Shell Script/shell commands within C++? Thanks for all your help!
How do I Convert a Vector to a String Array? Hiya,
I was wondering how I would go about converting a vector to a string array?
Would the fo...
|