User profile: ndrewxie

User info
User name:ndrewxie
Email:ndrew.xie@gmail.com
Name:Ndrew Ffght
Location:Plainsboro, NJ
Website:http://mailto:operationsndrew.xie@gmail.com
Bio:Really nothing special about me.
Statistical data
Birthdate:May 1, 1997
Gender:Male
Occupation:Programmer
Skills:C
C++
C++/.NET
History
Joined:
Number of posts:12
Latest posts:

What programming language should I learn next?
Hello, I've been programming in and learning C/C++ for the past 6 years as a hobbyist. I would...

structs in main method?
You won't have to - I generally do it because it's more "correct". If the code's within an [code]ext...

Legal advice on custom license
Hello, I created a custom license called the Neo-MIT-License (basically the MIT license with a coupl...

Question regarding header and implementation files.
Hello, How are you compiling (most importantly, linking) the project? Your implementation file's obj...

structs in main method?
You don't - only C enforces it. If a struct is declared this way: [code]typedef struct time { //some...