Search:

Type: Posts; User: mickle

Search: Search took 0.00 seconds.

  1. Thread: unions

    by mickle
    Replies
    6
    Views
    3,552

    thanks alot for all your help ....the problem was...

    thanks alot for all your help ....the problem was that I had to read the hex digits as a long hex which worked ...thanks again
  2. Thread: unions

    by mickle
    Replies
    6
    Views
    3,552

    thanks for looking ....It's intended that the...

    thanks for looking ....It's intended that the user enters a hex value....I entered the same hex digits as the example e34f2 and it would only store the 4 LSB's and drop the 'e'. I tried other five...
  3. Thread: unions

    by mickle
    Replies
    6
    Views
    3,552

    unions

    Hey everyone....Im trying to learn about unions and Im finding it hard too grasp with the reference I have...Im trying to write this program that uses a union to combine a long int and a struct with...
  4. Replies
    1
    Views
    1,113

    linked list function test

    Im working on putting a link list together and I've removed all the code that isn't relevant..I have lots of cases to add but I'm getting errors on the add_last function(which places a new record at...
  5. Thread: sscanf

    by mickle
    Replies
    3
    Views
    1,108

    sscanf

    I am trying to read in a user defined string. The user will enter two floats, and a name. The three items are separated by a single space. I'm trying to break up the three by sscanf and save the...
  6. Replies
    6
    Views
    1,370

    thanks again for the input however i want to keep...

    thanks again for the input however i want to keep a space between the words in the string.....the initial user defined string is garbage, thats why i used the user string in the function...I want to...
  7. Replies
    6
    Views
    1,370

    Im trying to learn c from the book and I was...

    Im trying to learn c from the book and I was given a set of problems from a friend(without solutions) and the one I am presently working on is the following; allow a user to enter a string of...
  8. Replies
    6
    Views
    1,370

    whisper("strings")

    I am trying to rebuild a string that has already had its initial spaces removed. The problem is I'm not sure the end of the last word gets a '\0' stapled to it or not....ahh The string is user...
Results 1 to 8 of 8