Search:

Type: Posts; User: Gatt9

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,845

    Ty zacs! I actually caught in another thread...

    Ty zacs!

    I actually caught in another thread about feof causing problems, and I did read the faq. I'm not sure I have time to implement it though, and I do know within a range of tolerance what...
  2. Replies
    5
    Views
    3,845

    Help with mallocing a 2d array please?

    Hi all,

    Let me preface this with it is a homework assignment I'm working on. It's purpose is to read in pseudo MIPS code and output data hazards.

    The problem I'm having is I'm reading in the...
  3. Thread: strtok problem

    by Gatt9
    Replies
    3
    Views
    1,157

    That did the trick, thank you. Was never...

    That did the trick, thank you. Was never formally intoduced to malloc, seen it used a few times, but none of my prof's ever covered it. This is actually the first time I've ever bumped heads...
  4. Thread: strtok problem

    by Gatt9
    Replies
    3
    Views
    1,157

    strtok problem

    Hello all,

    I'm trying to do my homework and have run into an odd problem. What I need to do is take a 2 part command from the command line, and seperate it into 2 seperate strings. I'm trying...
  5. Linked List question from a newb(Need code Critique)

    Hi!

    If someone has a few minutes, I could really use critique on the following code. I understand Linked Lists, and I believe I understand how to implement it, but my attempts in school tended...
  6. Replies
    3
    Views
    990

    Ah! Thank you! That explains it, Ty both :)

    Ah!

    Thank you! That explains it, Ty both :)
  7. Replies
    3
    Views
    990

    Problems with inclusions.

    Hi all,

    I'm running into a pretty consistent problem doing inclusions with header files. I suspect the problem is that I don't fully understand what inclusions do, but if someone could give me a...
  8. Question on how to proceed(Game programming, kinda long).

    Hi all,

    I'm fairly new to programming in C++, though I've been programming for a while in Java, and am going to begin work on a game(I'm sure you've all heard that quite often). I have a...
  9. Nope, That was what I was missing! I hadn't...

    Nope,

    That was what I was missing!

    I hadn't realized in C++ that external classes needed saved in a different format, a valueable lesson learned today.

    Thanks guys for all your help!
  10. Ty again for your offer Madcow, I took a little...

    Ty again for your offer Madcow, I took a little break and firgured out that ; is my friend and I should put it at the end of classes :) Also added the function getNames to the class and now it...
  11. Ty! (Scurries off back to work!)

    Ty!

    (Scurries off back to work!)
  12. New silly newb questoin. Returning vector from a class

    Hi all,

    Sorry for this, but it's driving me insane now, been at it for hours. Been searching the boards and google for similiar errors or even code examples of returning vectors, but not...
  13. Replies
    15
    Views
    6,520

    You're correct 7stud, I do aspire to program in...

    You're correct 7stud, I do aspire to program in C++. I'd thought that structures were C++ because of the tutorials, I hadn't been aware they were there for backwards compatibility until I started....
  14. Replies
    15
    Views
    6,520

    Ty all! Yes, that was just Psuedo-code, I...

    Ty all!

    Yes, that was just Psuedo-code, I figured as I was writing the thread I'd better come up with some code to demonstrate what I was think of doing :)

    Java is pretty class based, in...
  15. Replies
    15
    Views
    6,520

    Ty very much! I appriciate it alot :) Glad...

    Ty very much!

    I appriciate it alot :)

    Glad to see I'm on the right path :) For a little while there I thought I was baking my brain trying to teach myself!
  16. Replies
    15
    Views
    6,520

    Newbie question on Structures

    Hiya!

    (Optional reading as I introduce myself) I'm a Java Programmer with a couple years of experience, teaching myself how to write C++. I've got a pretty good handle on most of the basic...
Results 1 to 16 of 16