Advertisement

1 - 10 of 1654 containing alltags:("char") (0.001 seconds)
I am calling a function in a DLL from another DLL using rundll32 myDLLName,myFunction. However, myFunction accepts two arguments (eg; myFunction(char *szMsg, DWORD dNum)) - how do I pass those argu...
Zones: Windows ProgrammingDate Answered: 11/02/1997 Grade: C Views: 0
Hi there,          How can I convert a CString to string (char *str or char str[20])?? Any help offered is very much appreciated!!!
Zones: Windows MFCDate Answered: 11/21/1998 Grade: D Views: 0
hi, I have to use a input file for my program. johnson bob     23     45     67    78    78 jones terri      9     33     44    65     smith bill      11     22     44    44    76 I have variable...
Zones: C++Date Answered: 02/15/1999 Grade: A Views: 0
I am using JDK1.1.6 on a Win98 PC. I am writing an applet implementing KeyListener, and using MyKey = e.getKeyChar(); to get the key pressed (MyKey is a char).  I have a TextField (TextField Number...
Zones: JavaDate Answered: 03/26/1999 Grade: B Views: 0
Hi,     I can't seem to figure out how I can write a program that reads several lines of text from the keyboard and prints a table indicating the number of occurrences of each letter of the alphab...
Zones: C++Date Answered: 01/11/2000 Grade: C Views: 0
What is quickest way to make char* string to lower case? thanks,     jer
Zones: C++Date Answered: 11/30/1999 Grade: B Views: 0
hello, i have made this question 1 time befor but some thing got rong....so here is it: can some one help with my fuction problem?? i have a function that get a char.. and i change it but i do...
Zones: C++Date Answered: 06/28/2002 Grade: A Views: 0
Hello, Is it possible to convert a number, say '24', and get a char value for that number ,eg 'a'? Cheers, Paul
Zones: JavaDate Answered: 01/11/2001 Grade: A Views: 0
To:All experts When user enter a string variable,str1 (F7700757D).The system should be able to do a checking before updating to the database. The criterias are 1)Position 1 of the str1(First...
Zones: Visual BasicDate Answered: 01/30/2001 Grade: A Views: 0
Is there any C++ version of atol to convert char* to long int? Any example?
Zones: C++Date Answered: 02/25/2001 Grade: B Views: 0