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.

0 Endorsements
~545 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for wallish

Hi. I'm currently messing around with C# and decided to write a small game. One of the first things I am doing is setting up the game's GUI, which I am designing myself with help from XNA (but not Windows Forms). I've already made proof-of-concept buttons that can be placed, …

Member Avatar for Ramy Mahrous
0
203
Member Avatar for wallish

I'm relatively new to C#, having migrated over from C++, so I'm a little confused about the use of variables. I have a class called User located in the program's main namespace [code] // In User.cs namespace TestProgram { class User { public string name; public int id; public User() …

Member Avatar for LizR
0
130
Member Avatar for wallish

Well, I'm working on a simple project but I've hit a snag in my progress so far. I'd like to take a file that has text which will be something similar to: [code] Placemarker 1 = words/numbers Placemarker 2 = words/numbers Placemarker 3 = words/numbers [/code] so you'll have a …

Member Avatar for wallish
0
212