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

  1. tamkash

    Permission denied for /etc/printcap command

    Hi Guys, I am new to linux operating system. I am having problem with linux commands: whenever i type /etc/printcap. It shows "permission denied". Any suggestion?
  2. tamkash

    Java TextField()

    Hi Guys, I am just wondering how we show values in textField. I have created a random button which generates random number and prints number. I would like to show the random number in the textField whenever the button is pressed. Thanks. import java.awt.*; import java.applet.*; import...
  3. tamkash

    java.lang.string

    Hi Guys, I am just wondering what kind of parameter I have to pass for java.lang.String? I am assuming that I can pass String value and in this program I am passing 'Happy Valentines Day'. Is it write way to pass the string value?? import java.util.*; public class KeywordManager { public...
  4. tamkash

    Pointer to pointer

    I have a question about the node pointer which i got from website. void main() { node *front; node *rear; void qinsert(&front, &rear); } void qinsert(node **front1,node **rear1) { node *newnode; /* New node to be inserted */ newnode=(node*)malloc(sizeof(node))...
  5. tamkash

    Confusion about the range of certain data type

    The float's range is between -3.4e38 ... +3.4e38 <code> </code>

Part and Inventory Search

Back
Top