Search:

Type: Posts; User: esilja

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,902

    Undefined Reference Problem

    I can't seem to find out the problem here. If anyone could help me, that would be great.

    Compiler output:
    c:\windows\TEMP\ccTo2Afb.o(.text+0x6b):histog~1.cpp: undefined reference to...
  2. Replies
    3
    Views
    1,158

    got it to work!!

    got it to work!!
  3. Replies
    3
    Views
    1,158

    producing random numbers???

    I have to produce a random number and can't figure it out. It gives me the same number each time. This isn't the homework. She told us how to produce the random number and i can't figure it out. ...
  4. Replies
    4
    Views
    924

    this waits until you press any key before closing...

    this waits until you press any key before closing the program. Thanks for your help.
  5. Replies
    4
    Views
    924

    this is what worked: system("PAUSE"); ...

    this is what worked:

    system("PAUSE");
    return 0;
  6. Replies
    4
    Views
    924

    need Dev C++ help

    ok, when I compile a program with Dev C++ it saves an executable in the folder where the source file is. When I run the program it allows you to enter the input but after it calculates the output it...
  7. Replies
    6
    Views
    2,384

    to get the source code. what other ways did you...

    to get the source code. what other ways did you find to get around this. I suppose one would be able to rewrite the program.
  8. Thread: Finland

    by esilja
    Replies
    14
    Views
    3,203

    wouldn't you be able to buy a Learn to speak...

    wouldn't you be able to buy a Learn to speak Finnish computer software. I have learn to speak spanish so you would think they would have something like that.
  9. Replies
    6
    Views
    2,384

    or if it is even possible to do it???

    or if it is even possible to do it???
  10. Replies
    49
    Views
    10,409

    Poll: cancer, june 1981

    cancer, june 1981
  11. Replies
    246
    Views
    98,133

    Poll: i believe i would sign up if needed!!

    i believe i would sign up if needed!!
  12. Replies
    6
    Views
    2,384

    visual basic decompiling

    Hey, does anyone know how to decompile a visual basic program to get the code???
  13. Thread: type casting

    by esilja
    Replies
    11
    Views
    2,176

    that is for output and doesn't affect the input...

    that is for output and doesn't affect the input or how the data is held in the program.
  14. Thread: type casting

    by esilja
    Replies
    11
    Views
    2,176

    in the program this part was not needed: ...

    in the program this part was not needed:

    cout << setprecision( 2 );
    //sets how many spaces after the decimals point

    ex: 5.34

    cout << setprecision( 3 );

    ex: 4.564
  15. Thread: type casting

    by esilja
    Replies
    11
    Views
    2,176

    are you doing homework??? here is an example...

    are you doing homework???

    here is an example of a program and some output:

    #include <iostream.h>
    #include <iomanip.h>

    int main ()
    {
    int a;
  16. Thread: type casting

    by esilja
    Replies
    11
    Views
    2,176

    it should have a value of 2

    it should have a value of 2
Results 1 to 16 of 16