Thread: Hello all,need help with test tomorrow

  1. #1
    Registered User
    Join Date
    May 2011
    Posts
    4

    Hello all,need help with test tomorrow

    Hi all!

    I am new here,nice meet you,

    I write here because tomorrow in my country(spain)will have a test of programming C,the last test in my studys year and I need help.
    Want to know if it's posible that someone can help me online to make 2-3 exercises,they will be about structures,memoria asignation and files..

    I will send some payment with paypal for the help.
    The hour will be 17:30 here in spain,so about 9:30 in USA approximately

    If any can help me write to my email adress,thank you.

  2. #2
    Registered User claudiu's Avatar
    Join Date
    Feb 2010
    Location
    London, United Kingdom
    Posts
    2,094
    We can help you with specific questions you may have on your exercises. However, you need to demonstrate sufficient effort and post code here. This is not a programming service, and we don't need your money. Help here is provided for free provided that you can earn it.
    1. Get rid of gets(). Never ever ever use it again. Replace it with fgets() and use that instead.
    2. Get rid of void main and replace it with int main(void) and return 0 at the end of the function.
    3. Get rid of conio.h and other antiquated DOS crap headers.
    4. Don't cast the return value of malloc, even if you always always always make sure that stdlib.h is included.

  3. #3
    spaghetticode
    Guest
    Quote Originally Posted by claudiu View Post
    We can help you with specific questions you may have on your exercises. However, you need to demonstrate sufficient effort and post code here. This is not a programming service, and we don't need your money. Help here is provided for free provided that you can earn it.
    Come on... while generally agreeing with you, I think here's a fair deal. He's not willing to put any effort, but at least he's honest about it and he is willing to pay money. As far as I am concerned, that makes him at least one-eyed amongst the blind.

  4. #4
    Registered User claudiu's Avatar
    Join Date
    Feb 2010
    Location
    London, United Kingdom
    Posts
    2,094
    Quote Originally Posted by dennis.cpp View Post
    Come on... while generally agreeing with you, I think here's a fair deal. He's not willing to put any effort, but at least he's honest about it and he is willing to pay money. As far as I am concerned, that makes him at least one-eyed amongst the blind.
    Well I don't really know what his reasons are for doing C programming but I bloody well wouldn't want to work with him if he has this kind of attitude, and trust me, neither would you.
    1. Get rid of gets(). Never ever ever use it again. Replace it with fgets() and use that instead.
    2. Get rid of void main and replace it with int main(void) and return 0 at the end of the function.
    3. Get rid of conio.h and other antiquated DOS crap headers.
    4. Don't cast the return value of malloc, even if you always always always make sure that stdlib.h is included.

  5. #5
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Freikorp View Post
    Hi all!

    I am new here,nice meet you,

    I write here because tomorrow in my country(spain)will have a test of programming C,the last test in my studys year and I need help.
    Want to know if it's posible that someone can help me online to make 2-3 exercises,they will be about structures,memoria asignation and files..

    I will send some payment with paypal for the help.
    The hour will be 17:30 here in spain,so about 9:30 in USA approximately

    If any can help me write to my email adress,thank you.
    Homework Policy

    Sorry... yer on yer own.

  6. #6
    Registered User
    Join Date
    May 2011
    Posts
    4
    Oh sorry,don't want to cause problems here or bad feelings,maybe this isn't the right place for that,in that case sorry all.
    I only need help to go on in my studys next year without programing C in my back,it's just because this last evaluation I don't have time for studynd enough and now tomorrow I have the test and need help.

    I say again,if any can help me contact me and we can talk about all,but be fast.

  7. #7
    Third Eye Babkockdood's Avatar
    Join Date
    Apr 2010
    Posts
    352
    I'm not that kind of girl. Jerk.
    Quote Originally Posted by The Jargon File
    Microsoft Windows - A thirty-two bit extension and graphical shell to a sixteen-bit patch to an eight-bit operating system originally coded for a four-bit microprocessor which was written by a two-bit company that can't stand one bit of competition.

  8. #8
    spaghetticode
    Guest
    Quote Originally Posted by Babkockdood View Post
    I'm not that kind of girl. Jerk.
    *lol* ymmd!

  9. #9
    Registered User
    Join Date
    May 2011
    Posts
    4
    Ok no problem,one question,I want delete my profile here,where to go?

  10. #10
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    We'll tell you the day after the test...

  11. #11
    Registered User claudiu's Avatar
    Join Date
    Feb 2010
    Location
    London, United Kingdom
    Posts
    2,094
    On cboard C-programming chooses you!
    1. Get rid of gets(). Never ever ever use it again. Replace it with fgets() and use that instead.
    2. Get rid of void main and replace it with int main(void) and return 0 at the end of the function.
    3. Get rid of conio.h and other antiquated DOS crap headers.
    4. Don't cast the return value of malloc, even if you always always always make sure that stdlib.h is included.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help assignment due tomorrow
    By wildiv in forum C Programming
    Replies: 6
    Last Post: 01-27-2010, 08:38 PM
  2. tomorrow is last day to submit
    By asad_fit786 in forum C++ Programming
    Replies: 14
    Last Post: 10-22-2009, 09:37 AM
  3. help me until tomorrow midnigt??
    By theblasphemous in forum C Programming
    Replies: 2
    Last Post: 04-19-2006, 06:23 PM
  4. Second MoA Demo Tomorrow
    By harryP in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-30-2002, 07:22 PM