User profile: Uk Marine

User info
User name:Uk Marine
Name:Rony
Bio:A caffeine dependent life-form
Statistical data
Birthdate:Feb 9, 1996
Gender:Male
Occupation:Programmer
Skills:C
C++
C#
Javascript
Python
C#/.NET
HTML
WinAPI
Lua
History
Joined:
Number of posts:432
Latest posts:

Issues with memory leak
I'm sorry I didn't look at your code, but it's not unusual for vld to report false positives often t...

Looking for material online
dhayden's suggestion is good. You should try writing your own linked list or binary tree. Also imple...

vector of array
[quote]Here i have a code that works wrong! But i can't understand what's wrong.[/quote] In these ca...

I cannot declare objects of the class
You need to define your constructor [CODE]cAssignmentOprOverload();[/CODE] since that's the construc...

Overthrown exception help
for(int i = 0; totalLines < i; i++) <-- Here, I think what you meant is the following instead: for(i...