Search:

Type: Posts; User: BR7

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,365

    Changing single to double linked list

    i did a search but couldn't really find an exact answer. i need to create a double linked list for my program, which i've only done single before. i know you have to put a previous pointer but i...
  2. Thread: gcc compiler?

    by BR7
    Replies
    15
    Views
    2,679

    actually he doesn't teach us crap, he just told...

    actually he doesn't teach us crap, he just told us to use ansi, he's the worst teacher i've ever had. i learned more from my graduate student lab teacher this semester than i did in the lecture. ...
  3. Thread: gcc compiler?

    by BR7
    Replies
    15
    Views
    2,679

    you actually prove a good point, AN INTRO TO...

    you actually prove a good point, AN INTRO TO PROGRAMMING CLASS SHOUD NOT BE THIS HARD!! :p this guy expects WAY too much out of us
  4. Thread: gcc compiler?

    by BR7
    Replies
    15
    Views
    2,679

    whops sorry, i'm using windows ME

    whops sorry, i'm using windows ME
  5. Thread: gcc compiler?

    by BR7
    Replies
    15
    Views
    2,679

    i tried using a search engine, but i never could...

    i tried using a search engine, but i never could find anything. i just kept going in circles, and i figured it would probably be quicker to ask people who know about this kind of thing. and i...
  6. Thread: gcc compiler?

    by BR7
    Replies
    15
    Views
    2,679

    gcc compiler?

    ok for a program i have to do for my class i have to make it ansi-c compliant and make sure it will run on a unix os. my teacher said to accomplish this by using a gcc compiler which he had on his...
  7. Replies
    5
    Views
    2,409

    yes, yes they are. at least mine are. i was...

    yes, yes they are. at least mine are. i was first taught to void main, then later expected not to, but not taught what else to do, so i still use it.
  8. Thread: sorting problems

    by BR7
    Replies
    2
    Views
    1,017

    sorting problems

    for part of a program i have to sort a list of numbers in an array. there may be an easier way to do this but it's all i could think of. i just compare the first and second numbers to find the...
  9. Replies
    5
    Views
    1,638

    i'd never used rewind before, but that makes...

    i'd never used rewind before, but that makes sense, thanks alot guys
  10. Replies
    5
    Views
    1,638

    appending to/reading from text file

    ok i have to do a program with a menu, one option is to add a name to the list(in a file), the second part is to list all names added. (a phonebook of sorts)that's the basics, i can write the names...
  11. Replies
    6
    Views
    1,002

    we were told we could use dynamic memory...

    we were told we could use dynamic memory allocation, but i really don't know how to do it in this situation (we havn't gone over it much), could you give me an example or something? thanks.

    oh,...
  12. Replies
    6
    Views
    1,002

    inputting multimensional arrays

    my assignment is a phone book of sorts, i have to input number, store them to a file and so on. how i'm assuming would be the easiest way to do this is using a 2D array. the user needs to be able...
Results 1 to 12 of 12