User profile: RonSalm

User info
User name:RonSalm
Name:Ron Salm
Location:Amstelveen
Website:http://www.ronsalm.nl
Bio:Study:
-E-technolgy
-Technical Informatica
Statistical data
Birthdate:Nov 14, 1990
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Assembly
Java
C#
Javascript
Html
History
Joined:
Number of posts:3
Latest posts:

need help in how to remove vowel from the string?
Question, Why check x[m] twice for 'u' ?? [code] for (int m=0; m<=x.length();m++) { if (x[m]=='a' |...

need help in doing something
[code] for (int i = 3; i > 0 ; i--){ switch(i){ case 1: cout << ...

convert (int) Dec to Bin
Hi, I working a converter from Dec to Bin (DEC) 5 == (0B101) [b]must's:[/b] - writing Right ...