Search:

Type: Posts; User: gijake

Search: Search took 0.01 seconds.

  1. Thread: Send a file

    by gijake
    Replies
    3
    Views
    923

    Send a file

    I was wondering how I can send a .log file with C to an email address or computer?
    Thanks,
    Jake.
  2. Replies
    23
    Views
    2,011

    every time I install the dev-c++, I get this...

    every time I install the dev-c++, I get this error message when I run it "There dosen't seem to be a GNU Make file PATH in Dec-c++'s Bin path. Please make sure the you have GNU Make and adjust Bin...
  3. Replies
    23
    Views
    2,011

    ok, I did a hello world program (which I have...

    ok, I did a hello world program (which I have done in the past) and it wont compile, I get the sam eerror, lack or error, and lack of program results as with everything else the poeple have so kindly...
  4. Replies
    23
    Views
    2,011

    just a start of a simple calculator one of my...

    just a start of a simple calculator one of my friends wants.


    #include <iostream>
    using namespace std;

    double Abs(double Nbr)
    {
    if( Nbr >= 0 )
    return Nbr;
  5. Replies
    23
    Views
    2,011

    i also checked the debug folder and it only has...

    i also checked the debug folder and it only has the debug log in it. I tried using dev-bloodshed c++, and I get an error message when I run it saying it can't find the bin folder or somthing to that...
  6. Replies
    23
    Views
    2,011

    there is no bulid folder in the project folder. ...

    there is no bulid folder in the project folder. this is getting really frustraiting.
  7. Replies
    23
    Views
    2,011

    i get the error message that says it can't find...

    i get the error message that says it can't find the exe file.
  8. Replies
    23
    Views
    2,011

    tried that, dosen't work. also, would it matter...

    tried that, dosen't work. also, would it matter if I am running in an evaluation copy of vista?
  9. Replies
    23
    Views
    2,011

    of course I have sourse code. and I can't seem...

    of course I have sourse code. and I can't seem to find the build and run command in either menu.
  10. Replies
    23
    Views
    2,011

    when I do that, it says I can't find the exe file

    when I do that, it says I can't find the exe file
  11. Replies
    23
    Views
    2,011

    ok, so then how do I run the program?

    ok, so then how do I run the program?
  12. Replies
    23
    Views
    2,011

    c++ visuel basic help.

    I just got microsoft visual c++ 2005, and whenever I go to build a projec, I get this in the output for the build: ========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
    and...
  13. Thread: Timing in C++?

    by gijake
    Replies
    4
    Views
    1,530

    Timing in C++?

    I need some help with timing in c++. I have never used any ting that needed a timer. I don't evan know if their is a timer for C++. Please help.
Results 1 to 13 of 13