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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by qbiscool

  1. qbiscool

    DarkBasic

    What is DarkBasic. I have never seen or heard of it before and want to know what some uses are for it and were i can get a compiler for it.
  2. qbiscool

    problems compiling with dev-c++

    I had the same problem. I remember that it said you need certain microsoft patches if your running dev-cpp on windows. Try going to the dev-cpp site and looking for some patches. I tryed looking for the patches that it said you need for windows but i couldnt find them.
  3. qbiscool

    Qbasic reads my .bas wrong

    i find that if i write anything outside of qbasic that wordpad works the best because it has never ending lines and can save as the following format (any file ".") i dont know if this will be helpfull but i hope it will help a little.
  4. qbiscool

    Kill command and the shell command

    sorry about the bad question but i was just wondering as i have seen many examples and programs about this topic that never work for the programmer. I wasnt actualy trying to create a virus. I like to know about these kind of things just in case i ever actualy need to know or need to look out...
  5. qbiscool

    wondering what uses poke/peek could have(just started qbasic)

    i got the peek/poke and out/inp figured out and i started writing plasma and pallette manipulation with them so thanks for the info
  6. qbiscool

    Qbasic librarys

    I need a good tutorial on making a library without asm of c++. Just qbasic subs. or if anybody knows how to do it please post some examples
  7. qbiscool

    Adding percents to variables?

    could you post your answer cus id like to no how to do it
  8. qbiscool

    Kill command and the shell command

    i was wondering about the kill and shell command. some one told me that they could be used for creating very weak viruses. i was wondering if that was true and what other uses you could have for the kill command
  9. qbiscool

    sound card help

    thanks. sound was the first thing i checked and i will try the site you told me. and i tryed the patch for toshiba and it didnt work but thanks for the info incase i end up working on a toshiba laptop.
  10. qbiscool

    XP Print sharing problems!!! What am I missing?

    i wouldnt recomend using file and printer sharing becouse it gives hackers easy access through to your computer(trust me cus ive done it before and all you need is ms dos and telnet).
  11. qbiscool

    2d arrays

    qbasicking is right. but i need to no how to add a 2d array like this dim n(3,3) x = n(3+3) ' i no this is wrong but its the only to describe it and id also like to no how to display just one of the two arrays like: dim n(4,2) print n(3, ) ' just show the first one
  12. qbiscool

    2d arrays

    can you store info from a user in a 2d array and then add two numbers together.
  13. qbiscool

    sound card help

    ill try it. mine is a emachine and i dont no if the patch will work but ill try it. thanks for the info. i have another question. dus any body no were to get a good ghosting program cheap.
  14. qbiscool

    Adding percents to variables?

    do you mean change the variable into a decimel like 5.267 or a percenage like 37%.
  15. qbiscool

    Input run-time module path

    you use end if you want to stop the program halfway through instead of using a large amount of goto's. you probaly know this already.

Part and Inventory Search

Back
Top