Hi,
I am writing an MDI application for processing bitmap images.However,whenever the application starts an empty window starts up,as it does with any MDI application in MSVC++ .How do I stop this window from appearing?
use linked lists.store the non-zero digits along with their powers in the nodes of a linked list and then perform multiplication and division operations on the lists the same way u do it for polynomials
I have to build an application that processes images of coal samples using visual c++.However I am new to visual c++.Can anyone tell me how to load an image from disk to my program and display it.How do i get the coordinates of the imagw and their corresponding RGB values?Please help!!!
Dear accka,
Thank you for your reply.However,this is not what I had asked for.I know how to grab data from a linked list.The problem here is multiplication of 2 numbers in polynomial form,where x=10.For instance,you can express 539
as 5*10$2+3*10$1+9*10$0,(where $=power) which is a...
hello everyone,
I have to take a large number and put the individual digits along with their powers in different nodes of a linked list.Having done that how can I multiply,add,subtract and divide 2 such numbers kept in 2 linked lists.Please help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.