Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Assignment 3

Using the Windows API, write a C/C++ system program to create a DLL to delete files in the Windows file system as follows:

a)     Write the DLL header file.

b)     Write the DLL main program and compile it.

c)     Write the main program that loads the DLL at runtime.

d)     Compile and run the program, create a zip file containing the source codes (i.e. DLL header file, DLL main file and the main program file) and upload it.


Create a class Armstrong and include startnumber and endnumber as data member and aslo include member function findArmstrongNumbers() to find all the Armstrong numbers between startnumber and endnumber. If sum of cubes of each digit of the number is equal to the number itself, then the number is called an Armstrong number. (Implement the concept of class and objects)


Using the Win32 API, write a system program to create a process with a single thread as follows: 

a)     The process should be used to execute an existing program.

b)     After successful running of the process, display the process ID and thread ID. 

c)     Compile and run the program.

d)     Create a zip of the project/program folder and upload.


Develop a C++ program to use skipws flags which skips white space on input of three words


, An organization has been assigned the prefix 212.1.1/24 (class C) and wants to form subnets for four departments, with hosts as follows:

a.      A 75 hosts

b.     B 35 hosts

c.      C 20 hosts

d.     D 18 hosts

           There are 148 hosts in all.

           a) Give a possible assignment of subnet masks to make this possible.

           b) Suggest what the organization might do if department D grows to 32 hosts.

Sol:

(a) Giving each department a single subnet, the nominal subnet sizes are 27 ,26 ,25 ,25

respectively; we obtain these by rounding up to the nearest power of 2. A possible

arrangement of subnet numbers is as follows. 


Consider a publishing company that markets book . Create a base class Publication that stores the title (a string), number of copies sold and price(type float) of a publication. Class Book which adds a page_count(int) is derived from the class Publication. Each class should have get_data() function to get its data from the user at the keyboard. Write the main() function to test the Book and publication classes by creating instances of them asking the user to fill in data with get_data() and then displaying it using put_data().


Base class: College

    variable: cname, city

    Funciton: get(), display()

Derived class inherited from college: Department

    variable: dname

    function :get(), display()

Base class: Education

    variable: Degree, University

    function : get(), display()

Derived class inherited from college and education: Teacher

   variable: Teacher

    tname function : get(), display()

Write a C++ program to display the details of faculty members in an institution.


Input :

TPT

SALEM

CT

B.E

ANNAUNIVERSITY

Rajesh

Output :

TPT

SALEM

CT

B.E

ANNAUNIVERSITY

Rajesh


What is the output of the following code?


import java.lang. Math. *;


class Main


public static void main(String args[])


System.out.println(Math.round(-7.5));


System.out.println(Math.abs(-7.5));


System.out.println(Math.ceil(-7.5)); System.out.println(Math.floor(-7.5));


}


}


Hi I need assistance with a looping structure to display in a listbox 8 digit student number must be generated, first 4 digits is the present year "2021" 5th digit represents gender 2 for male and 3 for female, the last digits increments according to the number of students who have registered


2. Cite a situation in which you can apply the knowledge of creating modular jack cable


LATEST TUTORIALS
APPROVED BY CLIENTS