Skip to content

bharatmazire/EducationalApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Educational Application


Image of SDK Project1

Image of SDK Project2

Image of SDK Project3

Image of SDK Project4

Image of SDK Project5


Educational Desktop Application using Win32 SDK.

Technology used:

  • Win32 SDK
  • COM (class-factory pattern)
  • CCW (COM callable wrapper)

Working:

Application contains 3 Main parts:

  • Physics
  • Chemistry
  • Maths

1. Physics :

Used to calculate the weight on different planates. Functionality defined in dll and dll called in main code

Flow:

cpp -> dll -> main code

2. Chemistry :

Used to calculate Heat Transfer Functionality written in C#.

Flow:

 C# - > dll -> dll -> dll -> main code

3. Maths :

Used to find type of triangle. By giving sides or by giving angle COM classfactory pattern is used

Flow:

 cpp -> dll -> main code