Thread: Strings and binary

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Registered User
    Join Date
    Dec 2005
    Posts
    14
    I think wat im really aiming for is to add an integer onto the end of a string

    like....

    suppose (psuedo code)

    x is an integer

    rslt is a string

    for x=0 To 9

    rslt = rslt + x

    x++
    Last edited by Flip; 12-02-2005 at 08:47 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Binary search on strings
    By ckathy in forum C++ Programming
    Replies: 1
    Last Post: 10-02-2007, 05:25 PM
  2. Running the 'strings' command on my binary executable
    By beginner.c in forum Tech Board
    Replies: 2
    Last Post: 07-16-2007, 03:55 AM
  3. help with binary strings?
    By warhero in forum C Programming
    Replies: 5
    Last Post: 06-21-2007, 10:49 PM
  4. reading strings from a binary .txt file
    By rwmarsh in forum C++ Programming
    Replies: 8
    Last Post: 03-05-2006, 09:23 PM