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
Ranked #4K
~2K People Reached
Favorite Tags
c x 8
Member Avatar for Jaav

I have just gotten a grasp of how it works.. I think. I'll just show Where I'm at right now. [CODE=vb] Public Class Face 'global variables Dim x, y As Integer Dim map(x, y) As Integer 'Not sure if this should be a Integer but if I run into errors …

Member Avatar for mansoordexter
0
823
Member Avatar for Jaav

Hello. I have knowledge in both VB.NET and C++. What I can do in C++ is mostly console apps that are made from scratch. What I know in VB.NET is using the Visual 2005 express edition to make a simple game. I'm planning on starting making a big but still …

Member Avatar for Narue
0
161
Member Avatar for danysabin

Hey, I was doing some coding for fun, just practicing and seeing if i could still all the sorts and searches. My question is unrelated to that however because i can't seem to figure out an easy way to generate random char arrays. i found a random() function in the …

Member Avatar for danysabin
0
494
Member Avatar for Jaav

Im doing "Sams Teach Yourself C in 24 Hours". Which can be found [URL="http://aelinik.free.fr/c/index.html"]here.[/URL] I'm at hour 6 right now. I most likely will run into several problems while trying to solve his excercises. I don't want to make a new thread everytime I run into a problem. So I …

Member Avatar for thekashyap
0
130
Member Avatar for Jaav

I have no idea why. The lines it's skipping is the system("PAUSE");. Not the first two but the last two. [code=c] #include <stdlib.h> #include <stdio.h> int main() { char Big, Small; Big='Z'; Small='z'; printf("Z=%d.\nz=%d.\n",Big,Small); system("PAUSE"); int X,Y; X=72; Y=104; printf("74=%c.\n104=%c.\n",X,Y); system("PAUSE"); double DblNum = 123.456; printf("f=%f.\nScientific=%e.\ntestF=%F.\n",DblNum,DblNum,DblNum); system("PAUSE"); char Newline = …

Member Avatar for ~s.o.s~
0
99