Search:

Type: Posts; User: Bomber_nuke88

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    2,135

    many a thanks

    thanks, you guys rock. That's about all anybody could ask for operators.
  2. Replies
    17
    Views
    2,135

    Let's get this strait, for the record then:

    Let's get this strait, for the record then:

    << >>
    Instertion/extraction, bitshift.
    + - * / &
    add, subtract, multiply, divide, modulus
    < <= > >= == !=
    less than, lessthan or equal, greater...
  3. Replies
    17
    Views
    2,135

    Nah, I'm solid on my memory deal, mostly... Those...

    Nah, I'm solid on my memory deal, mostly... Those crazy ones (<<=) are what I'm curious about. I think I saw -> in a windows code example (my next venture in CPP: windows).
  4. Replies
    17
    Views
    2,135

    uh... -> .* * ! | & ^= ++ @(#)$*&#@!!!

    Operators... I'm confused.

    In my C++ book -> is listed at the same operational level as .* and *. I know *, that's with pointers. But what is this -> operator? While we're on the subject, what's...
  5. Replies
    6
    Views
    1,075

    It makes sense if it's impossible, MS-DOS doesn't...

    It makes sense if it's impossible, MS-DOS doesn't have multitasking capabilities, and what I really want to do is make a simple program have no console box. Yea, I am using Dev-C++, and I already did...
  6. Replies
    6
    Views
    1,075

    Console boxes

    (asthetics) I know it can be done easily with a windows project, but how can you make a program invisible? even without iostream header file, the console box still appears. Any way to make it go away?
  7. Replies
    4
    Views
    991

    Got it to compile. //Compiler: Dev-C++...

    Got it to compile.



    //Compiler: Dev-C++ bloodshed (I love that name) v4.01

    //preprocessor
    #include <iostream>
    #include <stdlib.h>
    #include <ctime>
  8. Replies
    4
    Views
    991

    Fixed the code. Errors dropped from 8 to 1. The...

    Fixed the code. Errors dropped from 8 to 1. The line:


    if filein.eof()

    compiler says,

    Parse error before '.'
  9. Replies
    4
    Views
    991

    ouch, some of that looks pretty bad, I'll fix it...

    ouch, some of that looks pretty bad, I'll fix it and get back... But the point of writing and then loading is this:

    if I open the file and it has reached EOF (blank file), then I write the default...
  10. Replies
    4
    Views
    991

    data from a file

    Hello, I'm a semi-experienced programmer... just not to C++. I've used QBasic (please don't laugh at me)... and I'm ready to use a real language. Using files isn't hard... but what I want to do and...
Results 1 to 10 of 11