| User info |
| User name: | cwn723 |
| Email: | cwn723@hotmail.com |
| Name: | Craig Naumann |
| Location: | Temecula, California |
| Website: | http://N/A |
| Statistical data |
|---|
| Birthdate: | Dec 21, 1992 |
| Gender: | Male |
| Occupation: | Student |
| Skills: | Java |
| History |
| Joined: | |
| Number of posts: | 3 |
| Latest posts: |
Quick pointer question Hello, i have a quick question.
[code]
char str[5] = {'h','e','l','l','o'};
char *strp = s...
Returning values through params Thanks Galik, that worked, but i see __out used all the time, and it causes no errors to my code. Im...
Returning values through params Hello, i need help solving this problem:
[code]void main(){
int length = 0;
getNumbs(leng...
|