Thread: Need Help....

  1. #1
    Registered User
    Join Date
    Apr 2012
    Posts
    1

    Need Help....

    16QAM in c# language..who know this please help me..tq

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I've moved this thread to the C# programming forum, but frankly what you wrote does not make sense to me. Maybe you should elaborate on what you need help with. (I can search the Web for "16QAM", but that still doesn't say what help you need.)
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    129
    It will be a course code at a university (college in the US).

    You also copied and pasted the exact same question on to what seems like 5-7 other programming forums.

    Have fun cheating your way through your life mate, as you're clearly not wanting to doing it properly.
    He who asks is a fool for five minutes, but he who does not ask remains a fool forever.

    The fool wonders, the wise man asks. - Benjamin Disraeli

    There are no foolish questions and no man becomes a fool until he has stopped asking questions. Charles Steinmetz

  4. #4
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by DanFraser View Post
    You also copied and pasted the exact same question on to what seems like 5-7 other programming forums.
    There was a question there !?!

  5. #5
    Registered User
    Join Date
    Jun 2003
    Posts
    129
    Quote Originally Posted by manasij7479 View Post
    There was a question there !?!
    Yup, "please pass my coursework and exams for me".
    He who asks is a fool for five minutes, but he who does not ask remains a fool forever.

    The fool wonders, the wise man asks. - Benjamin Disraeli

    There are no foolish questions and no man becomes a fool until he has stopped asking questions. Charles Steinmetz

  6. #6
    Registered User
    Join Date
    Apr 2012
    Posts
    14
    since this is a need help page... stuck on a little homework right now.. but just seeing if someone can maybe help me get past this not give me the answer. but in int main i have an Linker error undefined reference to 'print clock'; id returned 1 exit status.

    Code:
    int main(){
        int i;
        double minin,hrin;
        double minout,hrout;
        struct employee clock;
        FILE* fp; 
    
    scanclock(clock);
    printfclock(clock);
     
     
    system("pause");
    return 0;
    }
    
    void printclock(struct employee a){
         
        int i;
        double minin,hrin;
        double minout,hrout;
        FILE* fp; 
         
         fp = fopen("clock.txt", "r");
     
         fprintf(fp, "%s %s %lf %lf %lf %lf", a.first, a.last, minin, hrin, minout, hrout);
         fclose(fp);
         
    }
    That is what i have just look at it if you can and try to help me. Please and thank you!... like i said im just looking for some aid not the exact answer.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Consider starting your OWN thread in the right forum.

    You managed to hijack a C# thread with your C code.

    Closed.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed