User profile: jim80y

User info
User name:jim80y
Name:JimbO
Location:Melbourne
Bio:Aim for the cat, dude! Aim for the cat!
Statistical data
Birthdate:Jan 1, 1972
Gender:Male
Occupation:Programmer
Skills:C
C++
C++/MFC
Pascal
ADA
Assembly
C++/.NET
Java
LISP
C#
Javascript
C#/.NET
bash
History
Joined:
Number of posts:264
Latest posts:

Function to count capital letters in string
Line 30 is declaring a local capitalCount variable within your for-loop. Line 33 is incrementing tha...

Begginger help, strings.
What you have is a good basis - you're working your way through the string, comparing consecutive ch...

Memory Leak
So a memory leak is only a memory leak if it leaks more than once during a program's life? That's n...

Memory Leak
In total contradiction to @Zaita, yes it does. I think what he was (unhelpfully) trying to indicate...

For loop ending with semi colon
A semi-colon in this location translates to an empty statement. The following are the same: [code]...