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
~727 People Reached
About Me

My Youtube is my Hobby,
http://www.youtube.com/user/Jonnyhugo17
besides of many others I really do like Youtube.

Interests
My Blogs : - http://c-simpleprograms.blogspot.com/ - http://malgardi.blogspot.com/ - http://trekking-schweiz.blogspot.com/…
PC Specs
OK: OS : LINUX - UBUNTU - SUSE Languages: C - JAVA - LabView
Favorite Forums
Favorite Tags
Member Avatar for hugo17

Hello, I'm working on a litle program. While working I stumbeled upon some problems. I would like to check if two Arrays are equal to each other. I tried this one, but it didn't work properly. [CODE] int control(int x1,int y1,int x2, int y2)//x1,y1 and x2,y2 -> coordinates of a …

Member Avatar for D33wakar
0
110
Member Avatar for hugo17

[B]So, what do I do? What do I like? What are my hobbies? [/B] [CODE]Name: Johnny Nickname: Johnny Height: 183 m Weight: 75 kg Hair: Brown Eyes: Green Location: Zurich/Swizterland Age: 20 Hobbies: Listening to music, all kind of sports - mostl likely - soccer, biking, hiking, jogging, ..., going …

Member Avatar for Netcode
0
210
Member Avatar for rocketman03

hey im trying to create a program to convert dec to hex , but this only lets me print either integers or chars , but not both , how do i fix that ? [code] int convertHex(int num) { quotient=(num / 16); remainder=(num % 16); if (remainder <= 9 && …

Member Avatar for WaltP
1
407