Jump to content
xisto Community

nikhil1405241522

Members
  • Content Count

    17
  • Joined

  • Last visited

Everything posted by nikhil1405241522

  1. Please check the extension of the program file wether you have put it as ".C" or ".CPP". If you have put it as ".CPP" then it is quite natural as almost all the compilers can compile C as well as CPP programs ... But if thats not the case then the compiler you are using is not a good one. A compiler is said to be erroneous if it compiles the program written in any other language other than what it is made for. Dont get the wrong idea that if a compiler can compile both C and CPP programs than it is not a good one ... but it should compile only one language at a time.
  2. You can use picturetrial.com for your photo hosting.. It is free and provides so many tools to organize and customize them eg. Choose the picture borde Change photo background Background music etc. They also allow online photo editing and printing(it costs). https://www.shutterfly.com/kodakgallery/index.jsp?PID=KDKG&CID=KDKGLANDPG3&O_URL= Is also a good choice they are providing 20 free prints with every registration..
  3. Hi bond I also like racing games very much .I will try out Gtr2-Fia Gt race demo . Can you tell me from where can I download its demo version .So far I have completed all challenges of NFS /NFS underground . If you have not try it ..try it today ..GTA also is very intresting game but it is more a mission completion game.
  4. The computer OS calls the program and it always expects a return value ,hence return type of main should always be int as it makes the software more stable . Returning 1 to the OS means that every thing has gone correct returning 0 means something has gone wrong ... but if there is no return (void) it may cause problem for the system ... Try out these codes .Tell their outputs .... 2. Write a program to print semicolon ";" without the use of semicolon ";" . It should not be there in the C program anywhere.
  5. Thankx that tutorial was really very useful ... but I have a problem that has not been taken here I want to do practice on my PC For that i want to setup up a server on my pc for that I am using SUN ONE SERVER 6.1 developer edition but i have been unable to connect it with the database....I tried with MSacess and db2(IBM database) both are SQL but both time the result was ZERO .MSaccess got connected but the out put was in some alien language and so far DB2 is concerned i was having problem in establishin the connection itself....If you know the solution please post it or send by mail to me my mail add is nikhil@icqmail.com
  6. HI my name is Nikhil and Im stydying in SASTRA ,Tamilnadu ,India............ my family's financial position isn't good so I want to finance my engg stydies myself I had tried for study loan but in vein they say that they cant give me the loan if my father isnt in any Govt. job ...... and at present my father has no job So it is very hard for him to give me money ( though he dont say so to me) .... If there is any way to earn some good money on net because I cant do part time job as my Institute is far away from city........ I need 7-8 thousand Rs/mo ... Ive a computer and Im ready to do any kind of work........
  7. It looks like that they want to make good interst in people for their mail . They are giving it free but from registered users only but soon they shall start the direct signup from the site as now the purpose is over hipe has been created ....I dont think that there is a problem of space with them google has not deleted any thing since its born......
  8. If I would have been at that position I wouldnt have done any thingf like this to my site nor I would like to byu even a single piece of rose from there ..........Its really very unsual to have a pornographic introduction of a simple flower selling site and it increased the no of clicks to 2.38 million in just two months (unbelivable) and for this he was senetenced to 10,yrs of jail too much either they are sick or this is nerely a rumer..............
  9. What Linux you should use it depends upon yourneed if you want to go for better graphics user interface (GUI) Susi or Ubuntu will be better for you if you want to go for server application fedora will be a better option as it gives you so many applications full version may occupy 7GBPresently im working on mandriva and it is great it has good graphics ,so many players ,text editors.....................Live cds are also an option ( these are those cds through which you can run os directly without installing on harddisk)qubuntu and knoppix are easily avaliable in the form of live cds......
  10. Hard disk are really made up of magnetic materials but not like tapes....A harddisk contain rotating very tiny plates known as platters....When we have to read or write an information from these plates (platters)they are bring close to read/write head which applies magnetic field on these plates hence the plates get magnetised and data is stored (thats why datas are not deleted as it is not easy to demagnetise the cells) To read also the same procedure is used....The whole system is rotated fastly so that we get the required flatter (small disk) as soon as possible thats why harddisks have RPM (eg: my harddisk speed is 7200.9 rpm ) Cd's are made up of a photosensetive material (which react towards light) protected by aluminum and fibre plates .......A laser light (produced from GaAs laser diode is used ) is used to itch the photosensetive layer to write datas on it .....An itched portion is known as "1" and unitched portion as "0"
  11. Im a person who keeps on seking for newer and better things...........I had tried some of the free hosts but they put a add on your pages that makes it ugly.......Out of which geocities.com is one of the worst..... I hanst been a long time since I joined AstahostWhen I first saw Xisto comment in website reviews I wasnt too much Impressed .I also dint liked posting on forums but now I like the forums & postings Im not planing to host my site now Ill spend some time on forums( may be 1-2 months) then only Ill start over.....The forums r really very helpful ,where you get your doubts clearified in less than a day from expert webmasters........
  12. The site google really keeps all the datas and doesn't delete them ever .........you can see a site in google.com chached which doesnt exist ......so far as the privacy is concerned I dont think it is playing any game ...It is a reputed multi billion $ company (USD 3 billion/yr from adsense only) which has a reputation.
  13. The fundamental theory of Quantum physics is : E=mc2 where E is energy of a system m is mass of the system and c is speed of light (300000000 m/s) This gives us the energy that we get by nuclear reactors or atom bombs. There the mass reduced of Uranium (an element) is very small but gives enough energy to destroy a big city by the formula E=mc2 Other derivations of Quantum physics are 1)Time dilation time meaeured by a high speed moving body is some what different (given by t=t/(squareroot of 1-(v2/c2))) it helps us in establishin connection with satelites.. (sorry if the formula isnt understandable there are no keys for those mathematical exression) 2)Mass Variation Mass of a body varies with speed.... thats why we cant cross speed of light because at that point mass of body becomes infinite...... 3)Multiverse The theory of multi universe also comes from Quantum theory and the count goes on Today E=mc2 is considered as one of the fundamental laws of physics.So it becomes very much important to to test the acurracy of the formula .For this the so many experiments are done every year (last year in there was one in INDIA) ....... And let me tell you that this theory has always shown 100% correctness ...
  14. Yes C/C++ is used to write OS because these two langauges are dam fast ..[/color]The windows 95 was written with C in 16 million lines (not a small programat all) ... Your Interrupt theory is correct one can can interact with hardware with interrupt . Actually whenever we press a key an interrupt is send to microprocessor which interrups its work starts new work after completing that work it resumes its work (thats why named so) same interrupt can be generated by a software called software interrupt , eg: interrupt no X023 is generated by pressing Esc key
  15. It is really a truth that most of the webservers dont allow you to put your own ads on your site (Xisto allows) but on the same time it is not possible for you to get CPM (paid per impression) on your new site .They give CPM only for reputed sites e.g. YAHOO ,GOOGLE so if you a using google adsense then its ok.. On the other hand if you go for CPC (cost per click) or CPA (cost per action) you can get it easily from many affiliate programs from so many sites (even for new sites) also CPC & CPA rates are quit high .These are some sites where you can get such affiliate programs :http://www.forex-affiliate.com/ http://forums.xisto.com/no_longer_exists/
  16. HI im new here socan any one tell me how to show those images and Quotes in your post .also please tell me what is the point system eg ... how much one gets for one post or points are given for post length or any thing else.If you know please answer.
  17. web acess through cell phones (airtel and reliance) is very costly .......airtel gives 400mb quota per month only at Rs 250/mo (which is not too high ) but for eccess use you have to pay 1.5Rs per mb which is too much also the speed is not so good .... so we (me and my friends) are going for BSNL DATAONE broadband connection it is cheaper , also there is a student plan which costs only Rs99/mo with unlimited bandwidth and good speed ..... going for it in the next semester.
  18. well this my second time only that i am posting in the forum so just cant say any thing but so far as i have read the reviews ... I am excited get my web hosted on it . But till then my site will be hosted on geocities with those big banners.......
  19. One can find out more on php hosting on " http://www.0php.com/free_PHP_hosting.php " it gives a detail analysis of the webhostI was wondering for a good free web host which allows php scripting . Xisto is really one of the best but the matter is that I need a host which allows proxy site if any one of you know please tell me .
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.