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
~327 People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for ArvindRaja

Recently, I stumbled across WinBGIm and decided to resurrect a small game I had made in turbo C++ a long time ago. Anyways, I succesfully got WinBGIm, did the necessary steps. After removing all the errors and building the project in Visual Studio 2008 Professional, I get this error (with …

Member Avatar for md37
0
210
Member Avatar for ArvindRaja

I am using MS VC++ '08, ad have run into a problem that stumps me : [code] void printtext(char **lotsoftext,int m,int n) { for(int i=0;i<n;i++) for(int j=0;j<m;j++) print(lotsoftext[i][j]); } [/code] The error is as follows : cannot convert parameter 1 from 'char' to 'const char *' How do i correctly …

Member Avatar for mrnutty
0
85
Member Avatar for ArvindRaja

Hi, I'm Arvind, an aspiring game developer who is proficient programming languages such as C, C++, Java (and Logo). I'm also a half life 2 modder, so drop me a pm in moddb if you are inclined to do so (username : Arvind). I also dabble in interesting coding activities …

Member Avatar for jbennet
0
32