Search:

Type: Posts; User: CodeFuse

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,147

    Thanx a lot :)

    Thanx a lot :)
  2. Replies
    2
    Views
    2,147

    Difference b/ween hours into minutes??

    Hi all :)


    In C++ how do i convert the difference b/ween 2 times in hours into minutes?

    consider an employee comes in to work in the morning and goes home in the evening.

    timein --> 9.00...
  3. Thread: Run error

    by CodeFuse
    Replies
    13
    Views
    2,360

    From DEV C++ help drop down menu. I got around...

    From DEV C++ help drop down menu.

    I got around the problem, by simply choosing compile and run. If I just choose run, seems to me like whatever changes I make to the code wont be read. Instead the...
  4. Thread: Run error

    by CodeFuse
    Replies
    13
    Views
    2,360

    Hi Just installed Bloodshed Dev C++ 4. Looks...

    Hi

    Just installed Bloodshed Dev C++ 4. Looks cool w/ the Gnome icons, like working in Linux itself :)

    Installation was smooth and my sample program/code above ran ok except that after hitting...
  5. Thread: Run error

    by CodeFuse
    Replies
    13
    Views
    2,360

    didnt work either. Well, guess I...

    <iostream> didnt work either.

    Well, guess I need to d/load something newer.

    Any compiler should do the job I think...

    Thanx.
  6. Thread: Run error

    by CodeFuse
    Replies
    13
    Views
    2,360

    Hi Under this directory C:\Borland...

    Hi

    Under this directory C:\Borland C++\BORLANDC\BIN I created 2 files bcc32.cfg and ilink32.cfg as per instructions. (These files were saved as .cfg not .txt)

    bcc32.cfg


    -I"C:\Borland...
  7. Thread: Hello all :)

    by CodeFuse
    Replies
    13
    Views
    2,326

    I just happen to have that book "Teach Yourself...

    I just happen to have that book "Teach Yourself C++ in 21 Days" by Jesse Liberty! But so far I've been mainly using a text book, kinda introduction to "problem solving w/ C++". Forgot the author's...
  8. Thread: Run error

    by CodeFuse
    Replies
    13
    Views
    2,360

    Ok here's the code...too newbiesh :D ...

    Ok here's the code...too newbiesh :D


    #include <iostream.h>

    int main( )
    {
    int number_of_pods, peas_per_pod, total_peas;

    cout << "Press return after entering a number\n";
  9. Thread: Hello all :)

    by CodeFuse
    Replies
    13
    Views
    2,326

    Cool thanx :) More questions. Other than...

    Cool thanx :)

    More questions.

    Other than C++ what else do they do to code games/apps?

    What abt the C++ language itself? There must be some program used to create C++??

    How long do I need...
  10. Thread: Run error

    by CodeFuse
    Replies
    13
    Views
    2,360

    Run error

    Hi

    I just installed Borland C++ , actually unzipped and copied over from floppies onto Windows 98, not sure which version but it sure is old, and has this kinda DOS interface (runs in a DOS...
  11. Thread: Hello all :)

    by CodeFuse
    Replies
    13
    Views
    2,326

    Hello all :)

    Hi everyone.

    I'm taking my first few steps in C++ programming. The only programming I did was BASIC :o and that was quite a long time ago.

    No questions really here, just would like to know if...
Results 1 to 11 of 11