Search:

Type: Posts; User: Igrad

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    3,734

    Roughly, yes. I probably just need to fool around...

    Roughly, yes. I probably just need to fool around with char and string concepts until I have a firm grasp on it. I'm just bumfuzzled as to how to initialize all these new char values without making...
  2. Replies
    17
    Views
    3,734

    After the user hits enter, I'd like to be able to...

    After the user hits enter, I'd like to be able to analyze each digit of the entered number individually.
  3. Replies
    17
    Views
    3,734

    All of our assignments so far have been much...

    All of our assignments so far have been much simpler: just if...else and while or for loops. That being said, I'm trying not to get into too much too fast.

    Quick question, how can I compare a...
  4. Replies
    17
    Views
    3,734

    I know there were syntax errors, it was a very...

    I know there were syntax errors, it was a very rough description of what I want to do.

    Now that you mention string, I feel like an idiot though :P So how can I transform a string into an array? Or...
  5. Replies
    17
    Views
    3,734

    I have a general idea of how an array works and...

    I have a general idea of how an array works and how to target a specific element, but I'm trying to do something like this (not the actual syntax):


    scanf("%8d", &passcode);

    // change (int...
  6. Replies
    17
    Views
    3,734

    [Rookie] Defining Arrays

    Hey everyone!

    I'm new to these forums and fairly new to the C language. I'm three weeks into my first coding class at school and things are starting to pick up intensity. So, on to my question!
    ...
Results 1 to 6 of 6