User profile: chrisname

User info
User name:chrisname
Name:Chris
Location:Brighton
Statistical data
Birthdate:May 24, 1994
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Perl
Assembly
C#
Javascript
Python
C#/.NET
BASH
Haskell
Scheme
History
Joined:
Number of posts:7305
Latest posts:

Is this an overkill?
When I used OpenGL I created classes to wrap things like glUseProgram with RAII semantics: [code]nam...

Whats the point of social networking?
I just use facebook for events.

Linked list remove node...I am banging my head!!
To remove a node from the tail (i.e. any element after the first) of a singly-linked list: 1. let pr...

main is not a function
[quote=LB] At the end of compiling the program there are 2 functions, but if we removed x, y, and z,...

main is not a function
[quote=LB]When this program is compiled, how many functions will there be?[/quote] It depends on the...