User profile: programmingnewb

User info
User name:programmingnewb
Email:decampingkoning@hotmail.com
Name:Remy Bruul
Location:The Netherlands, Noord-Holland, Den-Helder
Bio:I'm 16 years old and I'm just 'playing' with C++.
I live in The Netherlands, Province Noord-Holland
and I'm a senior at the 'mavo college' in Den Helder.

After my graduation I'm going to the Media College
in Amsterdam, To study ICT-Game Designing.

It doesn't really have programming in it, more like creating levels, chars, items etc...
but that's why I study programming languages, So I can program it later and build my own games ^^.

Contact me at decampingkoning@hotmail.com
Statistical data
Birthdate:Nov 3, 1991
Occupation:Student
Skills:PHP
C++
Visual Basic
Javascript
Html
CSS
History
Joined:
Number of posts:14
Latest posts:

Pointers to objects
Hey man, I noticed that ur if statements don't have the { and }. this is what you typed: [code] ...

I have a class problem help please
Ok thanks guys =D

Extremely new to C++ Need help..
hey man, download a free compiler. it's a program that compiles your sourcecode and turns it into...

Need help with "Visual C++ Express Edition"
try #include <iostream> or <iostream.h> and when using namespace std, I don't think you have to typ...

spliting integers from input
hey try this, [code] #include <iostream> using namespace std; int main () { int a , b , c ...