PDA

View Full Version : cs401 visual programming assignment 2 fall 2010



Xpert
11-15-2010, 08:55 PM
Please carefully read the following instructions before attempting the assignment.

Rules for Marking
It should be clear that your assignment would not get any credit if:



The assignment is submitted after due date.
The submitted assignment does not open or file is corrupt.
The assignment is copied. Note that strict action would be taken if the submitted assignment is copied from any other student. Both students will be punished severely.


1) You should concern recommended books to clarify your concepts as handouts are not sufficient.
2) You are supposed to submit your assignment in .doc format. Any other formats like scan images, PDF, Zip, rar, bmp, docx etc will not be accepted
3) You are advised to upload your assignment at least two days before Due date.
4) This assignment file comprises of Two (2) pages.
5) Do not send the CPP file of your code, but paste the complete code in same document (.DOC) file in which you will solve other questions.






Important Note:

Assignment comprises of 20 Marks. Note that no assignment will be accepted after due date via email in any case (whether it is the case of load shedding or emergency electric failure or internet malfunctioning etc.). Hence, refrain from uploading assignment in the last hour of the deadline, and try to upload Solutions at least 02 days before the deadline to avoid inconvenience later on.

For any query please contact: CS410@vu.edu.pk

Q1 [Marks: 4+4+4]

What is difference between?

1) __stdcall calling convention and __cdecl calling convention
2) Auto storage class and Extern storage class

Your answer should be in following format:
_Stdcall convention
_Cdecl calling convention






Q2 [Marks: 10]

Write down a Win32 application that displays your roll no. and name in message box.