Good News !
#22
Posted 22 January 2004 - 04:58 PM
#23
Posted 06 February 2004 - 06:27 AM
Yes, WinExpose provides the same functionality as Apple's Expose only for the Windows based machine. Now They changed product name to WinPlosion and domain to www.winplosion.com
***************************************
Bayes
Spam filter
***************************************
Bayes
Spam filter
#27
Posted 29 March 2004 - 10:23 PM
siwu-
do you want/need any assitance with coding iEx? i'm an undergraduate computer science student at the University of Pittsburgh, and i work as a computer programmer for the Field Robotics Department at Carnegie Mellon University. i would love to work on a project like this, but don't have the time to start one from scratch. let me know if you're interested.
-josh
do you want/need any assitance with coding iEx? i'm an undergraduate computer science student at the University of Pittsburgh, and i work as a computer programmer for the Field Robotics Department at Carnegie Mellon University. i would love to work on a project like this, but don't have the time to start one from scratch. let me know if you're interested.
-josh
#29
Posted 01 April 2004 - 03:01 PM
Quote
Originally posted by xjkretzx@Mar 30 2004, 12:23 AM
siwu-
do you want/need any assitance with coding iEx? i'm an undergraduate computer science student at the University of Pittsburgh, and i work as a computer programmer for the Field Robotics Department at Carnegie Mellon University. i would love to work on a project like this, but don't have the time to start one from scratch. let me know if you're interested.
-josh
siwu-
do you want/need any assitance with coding iEx? i'm an undergraduate computer science student at the University of Pittsburgh, and i work as a computer programmer for the Field Robotics Department at Carnegie Mellon University. i would love to work on a project like this, but don't have the time to start one from scratch. let me know if you're interested.
-josh
Thank you very much
I'll ask you if I have some pbs
#30
Posted 01 April 2004 - 03:05 PM
Quote
Originally posted by jonDough@Mar 31 2004, 06:45 PM
Siwu, what exactly do you mean by it will be coded in unicode? Isn't that just a character set?
_JD_
Siwu, what exactly do you mean by it will be coded in unicode? Isn't that just a character set?
_JD_
Well, yes, but you have to enable it in your program.
Because unicode programs are not the same a non-unicode, because you can't describe a unicode char with the char type.
You have to use WCHAR (wide-char), also, functions are quite different.
For example: strlen() becomes wcslen() (STRing LENgth to WideCharString LENgth) or MessageBoxA() become MessageBoxW() (VC++ has macro for that that don't require you to explicitely call *A or *W functions at compilation time).
I hope I'm clear
#33
Posted 01 April 2004 - 09:59 PM
Quote
Originally posted by alilm@Apr 1 2004, 05:02 PM
It means that the app can display any language characters.
It means that the app can display any language characters.
Thank You. Hope ya'll don't mind me asking these programming questions. I was thinking about doing some directx programming soon. I done some VB but I don't think it's anything like that, lol.








Sign In »
Register Now!
Help


MultiQuote