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 bkrike 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: *

  • Users: k1ng0fn3rd
  • Content: Threads
  • Order by date
  1. k1ng0fn3rd

    opengl compile error

    I'm an absolute beginner in C and opengl and was trying out a test program. When I included glut.h #include <GL/glut.h> I got this error: Redeclaration of C++ builtin short line 50 glut.h Is my glut.h defective or am I doing something wrong -------------------------- The best answer to your...
  2. k1ng0fn3rd

    using tr///

    How come this code: $text = "abcdefghijklmnopqrstuvwxyz"; $text =~ tr/a-z/1-{26}/; print "$text\n"; produces this output: 123456789:;<=>?@ABCDEFGHIJ ? -------------------------- The best answer to your question will definitely be RTFM.
  3. k1ng0fn3rd

    retrieving only the first character from STDIN

    I'm trying to find a function in perl that takes only the first character typed in STDIN, returns it, then just moves on, like the C++ getch(). Is there any way to do this?

Part and Inventory Search

Back
Top