User profile: LimeOats

User info
User name:LimeOats
Email:mark@limeoats.com
Name:Mark
Location:New Jersey, USA
Website:http://www.limeoats.com
Bio:I am an application developer, as well as a web developer. I have a software development business (www.limeoats.com).
History
Joined:
Number of posts:43
Latest posts:

IF name = specific name change to nickname
[code]if (name == "SistersName") { name = "Sistersnickname"; }[/code] You're using the sing...

if statement not working
Replace [code]cin >> test;[/code] with [code]getline(cin, test);[/code] and watch your c...

GUI's
I'd recommend making a C# Windows form application if you want to use Visual Studio.

Dumb question
Better yet, impress your professor and make the void functions with [i]parameters[/i]. Spooky, I kno...

mashin hesab
I made a program like that once in C++. You can accomplish this by using a stack. I created my own s...