User profile: dams

User info
User name:dams
Name:dams
Location:Vasco, Goa, India
Website:http://dams.insomnia247.nl
Bio:C++ Programmer
Statistical data
Birthdate:Jul 8, 1983
Gender:Male
Occupation:Programmer
Skills:C++
History
Joined:
Number of posts:41
Latest posts:

Whats wrong with the source code section?
It's been out for more than a month now. Any Administrator out there??

What would make this website better?
1. An updates page (eg. when will the source code page start again.) 2. A feedback forum.

Pointer assignment.
[quote=Moschops]p = (int*) 0x100100080;[/quote] This compiles, but the output is not the value of t...

Pointer assignment.
[code]long int* p = 0x100100080;[/code] Compiler error: invalid conversion from 'long int' to 'long ...

Pointer assignment.
[code]int *p = new(0x100100080) int;[/code] gives me a compiler error: Cannot cast *void to int. [co...