Fair enough, I was just going by your first post. Are you planning on using Win32/MFC? Unless you use some cross-platform toolkit, porting isn't going to be an easy task no matter what language you use. I suggested C# because it handles memory management and has some other niceties so it will be quicker to pick up than C or C++.
Answering your earlier question: C is much simpler than C++ but will likely be more verbose.
|