Search:

Type: Posts; User: chongo

Search: Search took 0.00 seconds.

  1. Thread: Makefile help

    by chongo
    Replies
    1
    Views
    1,205

    Makefile help

    suppose i have mainprog.cpp that uses program.h.
    how do i create a makefile and how do i run it?
  2. Replies
    2
    Views
    1,010

    here are the .h and .cpp files. im stumped, can't...

    here are the .h and .cpp files. im stumped, can't get this very annoying warning to go away.

    BinarySearch.h

    #include <iostream.h>
    #include <string.h>
    #include <cstddef>
    #include <fstream.h>...
  3. Replies
    2
    Views
    1,010

    not inline function warning

    im getting this warning:
    C:\CS240\BinarySearch.h 12: Functions taking class-by-value argument(s) are not expanded inline in function TreeNode::TreeNode(string,TreeNode *,TreeNode *)

    heres the...
  4. Replies
    6
    Views
    2,168

    Program that moves mouse cursor and clicks

    What would be lines of code needed to move the mouse cursor a certain amount of pixels and to right click repeatedly?
Results 1 to 4 of 4