Recent content by aniket.awati

  1. A

    Post your C/C++ Programs Here

    Re: Post ur C/C++ Programs Here @apple juice, even if u write it..plz don't publish it.. it will encourage them to get it free without actually trying...
  2. A

    Have to dvlp an App similar to Google Desktop,bt clueless abt how to strt!

    instead of starting from scratch you may use google api and develop a better app. For google api,google 'google desktop search api' :)
  3. A

    Post your C/C++ Programs Here

    Re: Post ur C/C++ Programs Here whole lot of trouble just to get turbo c working... lol ---------- Post added at 08:53 PM ---------- Previous post was at 08:51 PM ---------- whole lot of trouble just to get turbo c working... lol
  4. A

    How to become a hacker?

    +1 unethical hacking is like dark arts. u dont wanna be voldemort and die at the hands of a kid lol
  5. A

    School Computer Project.. searching directories?

    run command line dir *.txt *.pdf /s >new.txt from c.
  6. A

    Java Queries Here..

    now, i successfully executed programs as i wanted to, but if try to execute 16 bit programs it gives error as 'error in setting up environment' in message box. What does it mean? how can this error be overcome? I didn't find conclusive answer to this after googling. so please help me..
  7. A

    Java Queries Here..

    I want to control a 16 bit program's input output through java. i.e. the actual processing is to be done by the 16 bit program itself, but its input and output are to be controlled by the gui developed in java. can it be done? if yes how? please provide an example if possible.
  8. A

    booting procedure of unix/linux

    can anyone give me a link for booting procedure of unix/linux?
  9. A

    "Balagurusamy" or "yashwant kanetkar"

    again 'swami' lol
  10. A

    using help in ide

    I have switched from turbo c to DevCPP/MingW. I used to use help in tc ide using Ctrl + F1 placing cursor on the function or header file for which i wanted help. How can i get such help in DevCpp or any other ide?
  11. A

    Electronic Showroom

    :D:D:D:D:D Is this is a joke?
  12. A

    Java Queries Here..

    thanks that solved it.
  13. A

    Java Queries Here..

    I am trying to use keylistener in java. Please expalain this error.... import java.awt.*; import java.awt.event.*; import javax.swing.*; public class sudoku1 extends Frame implements ActionListener,KeyListener { int i,j; int x,y; Button b; Graphics g...
  14. A

    Turbo C++ 3.0

    teachers think their students should also learn c/cpp in a way they did. something like old is gold!! :D anyways tc is NOW free and obsolete. And borland 5.5 is also free. YOu can even have something named 'turbo explorer' free for c++, dont know is it compiler or ide.
  15. A

    Turbo C++ 3.0

    just in case you dont know, c/c++ doesnt mean tc 3.0 as is made apparent by our edu sys. But anyways, try a good compiler like gcc with ide like Code-Blocks. Or borland 5.5 with relo (ide) works well (for starters atleast).
Top Bottom