User Profile

Collapse

Profile Sidebar

Collapse
Radz
Radz
Last Activity: Nov 4 '08, 05:41 AM
Joined: Oct 29 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Radz
    started a topic Win 32 programming using visual C
    in C

    Win 32 programming using visual C

    Make a project that creates a message box with the following features

    • The text to be displayed on the message box should be

    Visual Programming
    First Assignment

    • Title appeared on the message box should be
    University Of Pakistan

    • The following buttons are required to be displayed on the message box
    OK, Cancel
    See more | Go to post

  • Radz
    started a topic Fedora : System call and fork call

    Fedora : System call and fork call

    when the fork system call is executed, a new process is created. The original process is called the parent process whereas the new process is called the child process. The new process consists of a copy of the address space of the parent. On success, both processes continue execution at the instruction after the fork call, with one difference, the return code for the fork system call is zero for the child process, while the process identifier of...
    See more | Go to post
No activity results to display
Show More
Working...