pointers

  1. Ashokkumar01cbe

    once again i struck with pointers

    #include <stdio.h> #include <math.h> main() { float x,y; long int i, j, m[6], *k[5] ; char *letter, *course[3], name [ ] = "I I T Madras"; course[0]="Numerical Methods"; course[1]=" and Programming"; printf ("\n%s %s\n ", course[0], course[1]) ...
  2. S

    4-way speaker

    Am planning to use the car stereo [alphine cda-9886] at home. My budget is around 4 to 5k and i require 2 pairs of speaker ( 4speakers) ( front and back). I found there are speaker which 4-way but comes with only 2 speakers. Is it good to go with this or go with 4 speakers( which they say as...
  3. Garbage

    Signs that you're a bad programmer

    Read more at - Signs that you're a bad programmer - Software Engineering Tips
  4. E

    HP Laptop Battery

    Hi, I am looking for the following HP Laptop battery (11.1V, 4400mAH). 371785-001 But not able to locate it any where in Bangalore. Any pointers ? I checked with few HP retailers and they don't have it.
  5. arpanmukherjee1

    pointers

    hi there can sb tell me how to use near and far pointers in c/c++
  6. E

    Comparison of Copernic to Google desktop search

    Hi, Which is better? Does Copernic score under many angles? Thanks for all pointers
  7. Cool G5

    Install OS on Symbian?? Possible??

    I have a Nokia 5700 Xpress Music. I want to install some OS(WIN 95 or some old one) on it. I have heard this is possible. Is there any Linux OS which can be used on Symbian? Can you give me some pointers for doing so??
  8. iMav

    Indian Rail Online Booking Pointers

    I was asked to book a few tickets and found the certain pointers that might be handy for you guys: A more descriptive & decorated post with screen shots: Indian Rail Online Booking Pointers
  9. raksrules

    Urgent Pointers Reqd: Wanna buy shoes

    -----------------post contents removed----------------------
  10. Apollo

    Anyone from Chandigarh: Urgent Help!

    Hey guys, I wanna go from Ambala to the Infy campus in Chandigarh: Can you tell me about my transportation options from Ambala? (I'm from Maharastra and never ventured out before). Also if you know of any travel agents or the like, or any pointers on the internet, that'd be great. Any help is...
  11. H

    Little Homework Help

    Hi I have been given a chemsitry homework, about make a presentation/animation about a redox reaction. Can you give any pointers as where I should start?
  12. V

    PS2 DVDS in bangalore

    hi guys, have been searching for shops selling ps2 dvds. can anyone provide me pointers to shops other than national bazaar?
  13. romeo_8693

    How PACKERS work?

    u must have heard about this cute little soft's known as packers or exe compressors.how do they work?(theory)and how the integrity of the file maintained?(any pointers will do)
  14. tweety_bird_bunny

    doesnt any1 knw about "far" pointers in C??

    i referred to a c prgrm in yashwant kanetkar's buk "let us C" regarding dancing dolls program.... it uses far pointer in it..... but the standard c compiler doesnt supprt it... plz tel me if any1 knws how can i use far pointers in my program... which compiler to use...?????
  15. L

    2d pointers, memset or how to initialise?

    hi, suppose i have #.... main() { int n=6;(which means i am to generate a 6*6 matrix) int **a; and some how i allocated the memory required for 6*6 to the pointer a.... now, how do i initialise the elements of pointer a to "0" so that i can start accessing them as arrays...
Top Bottom