User profile: croconile

User info
User name:croconile
Name:croconile
Location:Egypt
Website:http://root-shell.net
Statistical data
Birthdate:Dec 22, 1986
Occupation:Researcher
Skills:C
PHP
C++
Javascript
History
Joined:
Number of posts:10
Latest posts:

How to create a database
I store data in files then read it and split it using strtok.

iostream.h (error C1083 )
Dont put .h with the <iostream>. And make sure your project type is CONSOLE :)

Open a folder?
[code]#include <stdlib.h> int main(){ system("explorer C:\\php"); return 2; } [/code]

Beginner
hmmmmmm

c++ game problem
Read some DirectX tutorials :)