Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.00 seconds.

  1. Basic Queue Question (or possibly typedef or struct question)

    Hey everyone, I have a quick question about queues.

    So in a program I am making I need to make two queues, each of which will hold different typedef structs.

    For example, I have:
    1) typedef...
  2. Replies
    6
    Views
    1,815

    Struct/Array/Referencing Question

    I have a fairly basic question regarding Structs, Arrays, and I guess Field Referencing.

    I have an array of structs. Each of those structs have 6 variables in them. I am trying to figure out how...
  3. Replies
    5
    Views
    1,645

    Naturally I figured it out seconds after posting....

    Naturally I figured it out seconds after posting. Should have used %s instead of %c when reading in the char array.

    Should I do anything specific to close my question or how does that work on...
  4. Replies
    5
    Views
    1,645

    Basic Char Array Issue

    I am doing an assignment for class where the user is prompted for a file name, the program then does stuff to the information in the file, and then prints out a graph to the console.

    The issue I...
  5. Replies
    10
    Views
    1,298

    Ok, I can see why you say that. I never really...

    Ok, I can see why you say that. I never really thought about it before, but when I make Java Programs, to understand a new concept I usually use literal values, but when I have a grasp of them I make...
  6. Replies
    10
    Views
    1,298

    Ok, so I grabbed a program in my book and...

    Ok, so I grabbed a program in my book and expanded on it to play with some things. It is very basic, just grabs a user input and displays a result. However, I'm kind of happy with this as my first C...
  7. Replies
    10
    Views
    1,298

    Thanks, I'll definitely have a look at that this...

    Thanks, I'll definitely have a look at that this week. I know that C is a language that can take some getting used to, but is there anything in particular that I should be wary of that is an extreme...
  8. Replies
    10
    Views
    1,298

    It claims to be a C++ IDE. Will be it good for C...

    It claims to be a C++ IDE. Will be it good for C Programming as well, or how does that work?
  9. Replies
    10
    Views
    1,298

    New to C Programming

    Hello, I am starting college on the 23rd and one of my first required classes is Intro to C Programming. I have never done any C Programming. I have done I think 1 or 2 small command-line based...
Results 1 to 9 of 9