Search:

Type: Posts; User: qmadd

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    1,878

    The compiler is Borland 3.1 and the OS is Windows...

    The compiler is Borland 3.1 and the OS is Windows Xp.
  2. Replies
    17
    Views
    1,878

    I just restarted the compiler. yeah, i know this...

    I just restarted the compiler.
    yeah, i know this sounds incredibble, but it's the truth.
    As for the big program, i have casted the result as a double, along with other variables, and it works too....
  3. Replies
    17
    Views
    1,878

    I am sorry for the tags. ...

    I am sorry for the tags.


    printf("%d",14*3600);
    will this ever work? it will give negative value.

    The small program works now, but the big one keeps saying the same crap i have never seen.
  4. Replies
    17
    Views
    1,878

    Hello C'mon, i am not that stupid and i know...

    Hello
    C'mon, i am not that stupid and i know what i am doing. The closest to the truth is the answer with the Fool's day spell.

    Trust me, i know what i am doing.
    Further details.
    i wanted to...
  5. Replies
    17
    Views
    1,878

    Stupid error with long and double types

    Hello everybody.
    I work in c++ for a long time, but this never happen to me before.
    I have a long variable, let's say
    long x;
    then i try to assign it with
    x=36*1000 (this is only an example....
  6. Replies
    9
    Views
    8,984

    It's not working. It says 'Declaration syntax...

    It's not working. It says 'Declaration syntax error' and it points to 'using namespace std''
  7. Replies
    9
    Views
    8,984

    I use Borland C++ version 3.1. I have never...

    I use Borland C++ version 3.1. I have never thought that i should change the compiler. Where can i get a new one?
    Thanks
  8. Replies
    9
    Views
    8,984

    Thanks for help. But now it says: Unable to...

    Thanks for help.
    But now it says:
    Unable to open include file 'IOSTREAM'
    Unable to open include file 'STRING'
    Type qualifier 'std' must be a struct or class name.

    If i write
    using namespace...
  9. Replies
    9
    Views
    8,984

    Problems with string declarations in C++

    Hello
    I have a problem with stings... i can't declare it.
    For example, this code:

    #include <iostream.h>
    #include <string.h>

    int main()
    {
    string s;
Results 1 to 9 of 9