Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~469 People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for Jetsetivan

Hi everyone, For practice I am trying to code a simplified version of the template "std::list" but have come accross the LNK1120 + LNK2001 errors. After looking in Visual Studio's documentation and some investigation, it seems the two most common causes are: 1) invalid calls in the code to things …

Member Avatar for Jetsetivan
0
235
Member Avatar for Jetsetivan

Just a quick intro about me: I'm a 30 year old guy going through C++ and directX courses from the Game Institute. I signed up to Daniweb for additional support to an already well designed program (IMO). Once I finish, I'm hoping to get 2 or 3 other like-minded individuals …

0
36
Member Avatar for Jetsetivan

Hi everyone, This is my first post so go easy on me please :). I am trying to compile a simple program that takes two binary numbers and computes a third based on bit operations (i.e. C = A&B, C = A|B etc....) but I run into the "vector subscript …

Member Avatar for Jetsetivan
0
198