Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. anindyakar

    jpeg file format

    Hi, I want to write a program that will display jpeg images.Can anyone help me with the file format and other stuff? Thank you
  2. anindyakar

    suppressing the initial window in MDI applications

    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?
  3. anindyakar

    Dynamic memory allocation problem!

    dear rbobbit, most compilers would give u an error if u do not cast malloc() anindyakar
  4. anindyakar

    multiplication and division of strings

    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
  5. anindyakar

    sort and merge two arrays

    check out mergesort in any good book on algorithms.try tenenbaum.
  6. anindyakar

    image processing using visual c++

    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!!!
  7. anindyakar

    multiplying large numbers uding linked lists

    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...
  8. anindyakar

    multiplying large numbers uding linked lists

    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

Part and Inventory Search

Back
Top