Search:

Type: Posts; User: MelaOS

Search: Search took 0.00 seconds.

  1. How to filter database recordsets with C++ Builder6?

    1. Hi, i'm a total newbie with c++ builder 6 here, and currently i need to build a application which would show the total booking of a cruise ship according to the package number and another form to...
  2. Replies
    0
    Views
    3,849

    How to create report with C++ Builder?

    I'm a newbie on c++ builder albeit i do have moderate experience with C++, so my question is i'm trying to retrieve data from a ms sql database to create a report.
    But since i'm totally new with...
  3. What is the Invariant for iterative mergesort?

    Uhm sorry, newbie question here, but i'm supposed to write an invariant for the below code:


    void Mergesort::iterMerge(int array[],int temp[],int lt,int md,int rt)
    {
    int i = lt;
    int j...
  4. Replies
    1
    Views
    13,370

    How to change compiler in devC++?

    I've tried using this bloodshed devC++ and man what a pain it is to use, though it has some nice features, the compiler is anything but user friendly...I have another compiler called jens file...
  5. Replies
    1
    Views
    3,261

    How to enable c++ highlight in vim?

    Uhm, from the recommendation of this site, i was ready to gave a shot on vim as my primary editor, though i find the indentation function helpful,
    can someone please teach me how to enable the c++...
  6. Replies
    3
    Views
    2,118

    What about ative X?

    Somehow i can temporary put clip arts into the program using microsoft picture clip active X control but my question is they don't seem to want to compile...What am I doing wrong here??

    Thanks man!
  7. Replies
    3
    Views
    2,118

    Putting graphics on Visual c++

    Like the subject line mentioned above, can anyone please tell me how do i put graphics into visual c++?? And what types of file could i put into it? And can i put them onto dialog boxes or such??
    By...
  8. Replies
    3
    Views
    1,375

    Follow up

    I'm using Dev-c++, and there's some more stuff on the compile log area about my implementation .cpp file over riding my same file name .o file, what does that all mean??
  9. Replies
    3
    Views
    1,375

    Compile time errors!

    There is this line of errors that come out whenever i compiled my program ,although the program still run, i am curious to find out what does this error line means??


    $(CPP) -c...
  10. Replies
    3
    Views
    1,179

    Dev c++ header problems!!

    I've read and used examples from a programming structure's book by D.S Malik, and according to him i should be able to divide my other files besides main file into a header file and implementation...
  11. Replies
    1
    Views
    955

    Header Problems!!

    Well i've somehow gotten myself into deep waters here, the project that i've been working on for the few days now isn't functional!!
    Below in the attachment file is what i have worked on so far, can...
  12. Replies
    3
    Views
    1,174

    How to print division in linux?

    Uhm if anyone saw my previous question, then they would have a better idea of what am i asking here, but i think it should be fine.. i can't seem to print out or cout a hit/miss on the screen, n...
  13. Thread: array passing

    by MelaOS
    Replies
    4
    Views
    2,004

    Uhm some suggestions

    Well maybe you can add a const to your function head so that it won't change ur parameters
    else try to copy the whole array to either another array or maybe even a dynamic array so u can delete the...
  14. Replies
    2
    Views
    2,011

    Problem with C++ in linux

    Uhm, i'm new to linux as well as C++ so i was supposed to change the if none are available part to a random replacement algorithm from the previous LRU algorithm but i can't get the program to run in...
Results 1 to 14 of 14