Thread: integers to a string

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    6

    integers to a string

    I am trying to the values in three integer varibles (day, month, and year) and place them in a string where they will be used as a filename. I don't have much experence with C so I could use some help.

    Thanks

    Branden

  2. #2
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    What are you having trouble with? Making, or declaring, the variables, putting them in a string.

    Be more specific, people are not willing to do all of your work for you, but they are usually glad to help if you don't understand something. Especially if you've made an effort. Posting code helps.

    Feel free to PM me if you have questions about this.


    Good luck,

    Kermi3
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    6

    Thanks

    That helped Immensely Thanks

    Branden

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OOP Question DB Access Wrapper Classes
    By digioz in forum C# Programming
    Replies: 2
    Last Post: 09-07-2008, 04:30 PM
  2. C++ ini file reader problems
    By guitarist809 in forum C++ Programming
    Replies: 7
    Last Post: 09-04-2008, 06:02 AM
  3. Adding integers to a string
    By Kyoto Oshiro in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2004, 08:01 AM
  4. Classes inheretance problem...
    By NANO in forum C++ Programming
    Replies: 12
    Last Post: 12-09-2002, 03:23 PM
  5. creating class, and linking files
    By JCK in forum C++ Programming
    Replies: 12
    Last Post: 12-08-2002, 02:45 PM