Search:

Type: Posts; User: timS

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,358

    have been attempting to change my code, but ive...

    have been attempting to change my code, but ive got to get off to bed just now. will be back tomorrow though

    -tim
  2. Replies
    11
    Views
    1,358

    ah your right, will fix that bit Using the...

    ah your right, will fix that bit

    Using the delimiter loop from my original code, something like this is what I interpreted could be possible:



    while (delimiter != NULL)
    {
    printf("%s",...
  3. Replies
    11
    Views
    1,358

    ok, bearing in mind I know this doesnt work. Ive...

    ok, bearing in mind I know this doesnt work. Ive been a bit hard pressed just working out how to do it:




    strcpy(RPGStructTester.PlayerClass);
    printf("players class is: %s\n",...
  4. Replies
    11
    Views
    1,358

    woops sorry I thought the tags were for saving...

    woops sorry I thought the tags were for saving the formatting. still, I wont make the mistake again. so any clues? ;)
  5. Replies
    11
    Views
    1,358

    new c users question

    I just started learning c recently, and im trying to put it to 'good' use by writing a small program that can take a string of words and numbers and sort them into a struct array, heres what Ive come...
Results 1 to 5 of 5