User profile: JoeyS

User info
User name:JoeyS
History
Joined:
Number of posts:6
Latest posts:

What's wrong with my integer declaration?
Hello, When I tried compiling a simple program I had written, I got the error message "Badly form...

Why is this text file turning into an executable?
Hello, I am having a strange result to my following code: [code] string text[2]; text[0] = "a...

Use of string arrays in functions?
Hi, I have the following code which works, but can someone please help me with how I may instead put...

Am I using array pointers in functions correctly here?
Thanks. My usual compiler does not give any errors and the program works fine but I just tried my o...

Am I using array pointers in functions correctly here?
Hi, I'm relatively new to C++ and trying to write a program to aid in a physics project. I'm a litt...