Coding in the name of's Profile
Reputation: 65
Whiz
- Group:
- Active Members
- Active Posts:
- 228 (0.22 per day)
- Joined:
- 07-July 10
- Profile Views:
- 3,222
- Last Active:
Yesterday, 04:30 PM- Currently:
- Offline
Previous Fields
- Country:
- GB
- OS Preference:
- Windows
- Favorite Browser:
- FireFox
- Favorite Processor:
- AMD
- Favorite Gaming Platform:
- PC
- Your Car:
- Who Cares
- Dream Kudos:
- 0
Latest Visitors
-
Cheribasa 
17 May 2013 - 06:44 -
drakethedragon 
30 Mar 2013 - 04:35 -
sepp2k 
01 Jan 2013 - 08:08 -
gabehabe 
10 Dec 2012 - 02:30 -
NeoTifa 
07 Dec 2012 - 09:44 -
strawhat89 
07 Dec 2012 - 04:14 -
balraj8 
05 Dec 2012 - 09:24 -
raghav.nagana... 
17 Oct 2012 - 11:16 -
Mr2012 
14 Oct 2012 - 16:24 -
Martyr2 
03 Jun 2012 - 12:10
Posts I've Made
-
In Topic: Probleming implementing method inherited from interface
Posted 31 Mar 2013
Thanks Skydiver, that fixed it. -
In Topic: Probleming implementing method inherited from interface
Posted 31 Mar 2013
Sorry, forgot that bit.
public class Folder<T> : Resource, IResource where T : IResource { public Dictionary<string, T> resources = null; void IResource.Load(XmlNode node) { resources.Clear(); foreach (XmlNode child in node.ChildNodes) { T resource = default(T); resource.Load(child); resources.Add(child.Attributes["name"].Value, resource); } } } -
In Topic: C++ XML Parser, write one myself or find a good free one
Posted 17 Jan 2013
I'd recommend Boost.PropertyTree. It's a header-only library so you don't have to build anything.
www.boost.org/doc/libs/1_52_0/doc/html/boost_propertytree/parsers.html#boost_propertytree.parsers.xml_parser -
In Topic: Vector iterating problem
Posted 1 Jan 2013
In this case the vector stores addresses but not the objects themselves. If you create the objects with new then you have to destroy them with delete. -
In Topic: Mechanics maths problem, please help me
Posted 8 Dec 2012
Thanks JorgenG! I understand it now.
My Information
- Member Title:
- D.I.C Head
- Age:
- 21 years old
- Birthday:
- March 31, 1992
- Gender:
-
- Location:
- Wales
- Years Programming:
- 4
Contact Information
- E-mail:
- Click here to e-mail me
Friends
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
ishkabible
19 Oct 2011 - 20:32c infant
15 Nov 2010 - 12:48