Thread: Homework

  1. #1
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595

    Homework

    Attention to all....

    The purpose of this board is not for other to do your homework for you! Try things out work on your own, homework has a purpose. If you still have trouble with a specific thing or whatever please feel free to ask. But please DO NOT ask people to do your entire homework for you, it simply annoys people most of the time.


    Thank you
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  2. #2
    bullfrog
    Guest

    Unhappy Test

    I need someone to complete a program for me, I am currently in a test and it is about 85% complete. I understand this is not the reason for this site but if someone could help me it would be most appreciated.

    I will try to post it on my web page @ theswamp2.tripod.com
    otherwise I am just an email away.
    [email protected]

  3. #3
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    either this a satirical retort, downright stupidity or just plain cheek!!!

    ill rewrite it for him

    I have just read the post about putting homework on the board and have ignored it completely. I am a student unwilling to work and would like other people to do it for me without any contribution from myself. I have the made the great effort to come here and ask you to do my work for me, in return you can email the code you have written for me because im a lazy **** and cant even be bothered to return to the board.

    -____
    there thats what you meant.
    Where is your code??
    Monday - what a way to spend a seventh of your life

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4

    Compiled error on VC 6.0

    Please let me know if this posting is not appropriate here. In this case, please give me the appropriate place for this posting.

    I copied a C++ work example that is supposed to work. See Below, but I got a compiled error: code 1083.

    ==============================================
    ==============================================
    #include "stdafx.h"
    #include "resource.h"
    #include "GetWindow.h"
    #include "GetWindowDlg.h"


    #ifdef _DEBUG
    #undef THIS_FILE
    static char BASED_CODE THIS_FILE[] = __FILE__;
    #endif


    BEGIN_MESSAGE_MAP(CGetWindowApp, CWinApp)
    ON_COMMAND(ID_HELP, CWinApp::OnHelp)
    END_MESSAGE_MAP()


    CGetWindowApp::CGetWindowApp()
    {

    }

    BOOL CGetWindowApp::InitInstance()
    {
    CGetWindowDlg dlg;
    m_pMainWnd = &dlg;
    int nResponse = dlg.DoModal();

    return FALSE;
    }

    CGetWindowApp theApp;

    ================================================== ==========================================

    The output result below displays compiled error. Can someone correct it? I am puzzled at this error, because I did not add any file called GetWindow.pch.


    --------------------Configuration: GetWindow - Win32 Debug--------------------
    Compiling...
    GetWindow.cpp
    c:\unzipped\code_upload13544182001\getwindow.cpp(1 ) : fatal error C1083: Cannot open precompiled header file: 'Debug/GetWindow.pch': No such file or directory
    Error executing cl.exe.

    GetWindow.obj - 1 error(s), 0 warning(s)

  5. #5
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    If you need help on part of your work, like compiler error or general concept or whatever that's fine, people are generally willing to help. Just don't come on here and ask people to do your work for you...ie:

    I need a program that sorts people's grades with a link list. How do I do this? What's the code?

    That type of question just annoys the people who are trying to help others and is not what the board is for.
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  6. #6
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    that sort of question is fine, because at least you have attempted! Thats what counts, but i would recommend posting this as a sepaerate post in the windows board ( i dont think this post gets too many views any more)
    hth
    Monday - what a way to spend a seventh of your life

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Homework
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 11-03-2001, 04:39 PM
  2. Homework
    By kermi3 in forum C Programming
    Replies: 10
    Last Post: 09-27-2001, 04:49 PM
  3. Homework
    By kermi3 in forum C++ Programming
    Replies: 15
    Last Post: 09-26-2001, 03:16 PM
  4. Homework
    By kermi3 in forum C Programming
    Replies: 0
    Last Post: 09-10-2001, 01:26 PM