display 1st char of stringYou can access string like an array [code] #include <iostream> using namespace std; int main(){ st...
Segmentation fault (core dumped)???You're using assignment [code]=[/code] operator in your conditional statements, instead of the compa...
IDE or not?You all have very good points, I had no idea that Code::Blocks could use a linux compiler. I'll have...
IDE or not?So I'm getting mixed opinions from people all over. In some instances people tell me IDE's are li...
Copying arrays using pointers?[output]you'd have to use a for loop to assign initial values. [/output] That's what I was afraid of...