Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
About Me

Programming and writing code (that works!) is my passion. Officially, I'm a php/drupal web developer. But I'm a big enthusiast of java and c++, and would change career in a blink of an eye! I'm also very interested in computer graphics, mainly OpenGL…

Interests
Travelling, football (soccer), squash, billiardo and facebooking :)
PC Specs
CUP: Pentium D (does clock speed matter now?!) RAM: 1.5 GB OS: Linux Kubuntu 9.10 (viva open source)
Favorite Forums
Favorite Tags
Member Avatar for xiansen

Hi guys, I am trying to program some sample tasks with pointers. Below is the step by step instructions that I have to follow. I am having trouble at step 10 which is to swap the values of 2 variables using pointers. please help, I have tried almost anything out …

Member Avatar for xiansen
0
194
Member Avatar for iw2z

Hi all, I'm sure this is a trivial question for the veterans (and the newbs maybe as well). But I just can't find a straight answer to it. So here it goes: I have my main.cpp file, and 2 more files, custom.h and custom.cpp. Obviously, custom.h would contain declarations, prototype...etc, …

Member Avatar for Ancient Dragon
0
175
Member Avatar for COKEDUDE
Re: ->

Can someone please remind me what "->" means and how to use it.

Member Avatar for Colezy
0
107
Member Avatar for iw2z

Hi everyone, I'm doing a little project after a long period of no c++, so please forgive me for any possible stupid mistakes. Basically I have 2 cpp files, in first.cpp I define namespace 'myNS', and in second.cpp I define class 'myClass'. The problem is that I have a pointer …

Member Avatar for mike_2000_17
0
261
Member Avatar for aprilchica3

Hello, I am supposed to write a statement for a Codelab review test that asks: [I]"Given that two int variables, total and amount, have been declared, write a loop that reads integers into amount and adds all the non-negative values into total. The loop terminates when a value less than …

Member Avatar for aprilchica3
0
1K