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. skabdulravoof

    double

    can u expalin the difference plzzz
  2. skabdulravoof

    double

    is there any difference between double (i*j) (double) i*j thanks for ur time
  3. skabdulravoof

    allocation of memory...!!!

    hi guys.. here iam trying to allocate memory for arr...i wrote following code...but i got and error "initializing' : cannot convert from 'int *' to 'int []' There are no conversions to array types, although there are conversions to references or pointers to arrays" int arr[]...
  4. skabdulravoof

    char pointer...!!!

    hi guys..i am trying to read bmp file. here i want to load values of image into rawimage ... but i got an assertion window...can u help meout... //decalring image unsigned int **image; image = new unsigned int* [biheight]; for(int i=0;i<biheight;i++) image[i] = new unsigned int[biwidth]...
  5. skabdulravoof

    reading bmp file

    thanks for u r help salem, but as u said ,do u want to me to remove all the pointers??? if i use filename[100] iinstead of *filename, dont u think we r wasting lots of memory and any more suggestion for fread. thank you
  6. skabdulravoof

    reading bmp file

    hi guys...here i am trying to read bmp file & when i run this code in turbo c ..its wokring properly when it comes to vc++ compiler i got winxp assertion window.. i think i did somthing wrong with pointers..can u help me out plzzz #include<stdio.h> #include<conio.h> typedef unsigned long lword...

Part and Inventory Search

Back
Top