User Profile

Collapse

Profile Sidebar

Collapse
Juggler
Juggler
Last Activity: Nov 2 '06, 05:39 AM
Joined: Oct 27 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Juggler
    replied to C++ Array Question
    in C
    Figured it out. strcpy should have been strncpy and then there were other random errors too....
    See more | Go to post

    Leave a comment:


  • Juggler
    replied to C++ Array Question
    in C
    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"
    ...
    See more | Go to post

    Leave a comment:


  • Juggler
    started a topic C++ Array Question
    in C

    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...
    See more | Go to post

  • Juggler
    replied to HTML Title Menu question
    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?...
    See more | Go to post

    Leave a comment:


  • Juggler
    replied to HTML Title Menu question
    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.
    See more | Go to post

    Leave a comment:


  • Juggler
    started a topic HTML Title Menu question

    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...
    See more | Go to post
No activity results to display
Show More
Working...