Search:

Type: Posts; User: decxan

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    7,208

    Will do, theres definately a lot of stuff I need...

    Will do, theres definately a lot of stuff I need to read up on! Thanks codeprada
  2. Replies
    2
    Views
    7,208

    error C2065: undeclared identifier

    Hi,

    I'm having trouble with some code. I'm trying to reverse a string stored in a char array but I keep on getting the following errors:

    1>z:\visual studio...
  3. Replies
    5
    Views
    21,073

    Hey Whiteflags, This is a kind of Frankenstein...

    Hey Whiteflags,

    This is a kind of Frankenstein of crappy college notes I find it difficult to make sense of:




    #include <stdio.h>
    #include <stdlib.h>
  4. Replies
    5
    Views
    21,073

    Thanks for the reply, I'm not the best at this...

    Thanks for the reply, I'm not the best at this though. How do I go about placing the data in the text file into the array?
  5. Replies
    5
    Views
    21,073

    Bubble sort text file

    Hi, I'm a beginner at programming and would appreciate some help with this.
    I need to open a text file and then organize it alphabetically. So far I can open the file, and I know how to do a simple...
  6. Replies
    2
    Views
    3,643

    Sorting Parallel Arrays

    Hi,

    I've hit a bit of a snag with this, I need to have to user input their name, surname and age and then have the display show them all alphabetically, eg.

    Twotimes, Jimmy 48
    Bob, Billy 50...
  7. Thanks for the reply, we haven't moved on to that...

    Thanks for the reply, we haven't moved on to that stuff in class yet so I don't think I can do it. I'm wondering if I should just start again from scratch?
  8. Am I barking up the wrong tree here altogether?

    Am I barking up the wrong tree here altogether?
  9. Help Counting Amount of Different Numbers in an Array

    Hi, I'm pretty new to programming and I'm having some trouble with this. I need to create a program that counts the amount of different numbers in an array, for example if the user entered the...
  10. Nevermind I got it.

    Nevermind I got it.
  11. Help with code for encoding and decoding letters

    Hi I'm pretty new to programming and I need some help getting this code to work. Its supposed to offer the user a choice to either encode letters or decode them. Their supposed to enter 1 to encode,...
  12. Replies
    2
    Views
    2,590

    That got it working perfectly, thanks a million....

    That got it working perfectly, thanks a million. I think we're going over arrays next, can't wait ;) Thanks again for the quick response.
  13. Replies
    2
    Views
    2,590

    Help using pointers to shift characters

    I'm pretty new to c programming and I'm having some trouble with an assignment. I need to shift the characters "a,b,c,d,e" 5 times using pointers and a function, so for example the next time it would...
Results 1 to 13 of 13