Search:

Type: Posts; User: vinsta18

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,333

    Getting filenames from a file

    Ok, what I want to do is pretty simple but I'm doing something wrong because it won't work. I have a small text file that looks like so:

    032032002
    FILENAME01.EXT
    FILENAME02.EXT

    basically the...
  2. Replies
    5
    Views
    1,385

    ok, thanks jlou, that works for me too so it...

    ok, thanks jlou, that works for me too so it shows me that my idea wasn't wrong. That's basically what i wanted to know.

    codeplug: about the first point, i forgot that i put X as one of the...
  3. Replies
    5
    Views
    1,385

    Well, "somevar" is really just any variable, it...

    Well, "somevar" is really just any variable, it doesn't matter what the type is. But I guess what I really need to know is this:

    In my example, when I instantiate classone with some type passed...
  4. Replies
    5
    Views
    1,385

    Passing Template values on to other classes

    Hi, I've got what seems like a simple enough question about templates. What i want to do, is take the type parameter (from the template) in one class and pass that directly to another class. Like...
  5. Replies
    10
    Views
    1,437

    ok, Thank you all for your input. Yeah, I know...

    ok, Thank you all for your input. Yeah, I know including .cpp files in the code is bad practice, but with my code it should have worked, no? I was just trying to get some quick and dirty code done...
  6. Replies
    10
    Views
    1,437

    First off, I'm sorry about that kermi3 I didn't...

    First off, I'm sorry about that kermi3 I didn't notice the buttons above the textbox, i will use them next time.

    bithub: I can't do that for every variable/object in my program though. Plus...
  7. Replies
    10
    Views
    1,437

    Included Files and undeclared Identifiers

    Ok, this is probably some simple problem to fix, but I cannot figure out what is wrong with it.

    What is happening is that when I put some functions and globally define any variables in my programs...
Results 1 to 7 of 7