User Profile
Collapse
-
Figured it out. strcpy should have been strncpy and then there were other random errors too.... -
In char *a, what is the * for. I've never seen that before.
Would this work though? The userInput is the original string. reversedUserInp ut is the the string that userInput is copied to. I get an error at the first line of code that I've attached.
Code:strcpy(reversedUserInput, userInput, strlen(userInput)); for (reversedUserInput; i >= 0; i--) { cout << "The string reversed:\n"
Leave a comment:
-
C++ Array Question
I have a question about manipulating an array in C++. In my program, a cstring is entered. The string is printed. Finally, the string must be printed in reverse and displayed.
The final part is where I am having my problem. I have the strlen function determine the legnth of the function, and I was then going manipulate the string by having the array go to the last character of the string entered, and then print each of the characters... -
Yes it does. I am talking about the Florida image as well as the links below it (home, civilization, etc). I'm not too familiar at all with the process you discussed. Do you know of any websites out there that provide online tutorials on how do do this?...Leave a comment:
-
I worded that wrong. Not the actual title title, like what goes into <title>, but rather the image that I use as the name of the website on the top of the page.Leave a comment:
-
HTML Title Menu question
I have a HTML question. I am not satified with the title/menu of one of the websites I have made,
http://www.geocities.c om/floridaeveryone forgot
I want to change it, but to change the title and menu to what I want it to look like on every single page would require going through each of the 80 something pages of the website and changing it. Is there a way, without using frames, to save this part of the code to a different html...
No activity results to display
Show More
Leave a comment: