Hi Why can't I spot/use the conversion functions "itoa", "ltoa", and "ftoa"? They're supposed to be in "stdlib.h" (which I include) but they're not available. ...
Hi Neo, ... I am glad that you find the solution yourself. It is not recommended to edit registry to uninstall Ch in Windows. The Microsoft control panel...
The current C Standard does not define the functions itoa, ltoa,or ftoa in any header file. One idea though, is to use sprintf. For example, the following is ...
I think I had once had this problem a year ago when I first installed ch (4.0?). At that time, I have Windows 2000 Pro. At that time I thought it's may be my...
... Not fresh installed XP. XP used for a couple of years. We didn't hear much complains about the uninstallation problem. Everytime we do the uinstallation...
I downloaded the pro version and ran the installation program. When I click the icon the DOS window appears but the shell symbol does not. I can not type the...
... After the installation, there is an icon (Ch Professional) on your desktop. You can click it to start the ch shell which looks the same as dos shell. ... ...
... Looking at your short cut. Have the start in box, set to your home directory. Then run 'ch', a command line windows should open in your home directory,...
I just installed Ch on a Lintel platform, but can't run it :-( ... filc8176[1]% which ch ~/mauve/ch5.1.0/bin/ch filc8176[2]% ch -d ch: /lib/i686/libc.so.6:...
Ajit: Mine finally worked after I turned off Norton Internet Security! Good Luck. dB ... __________________________________________________ Do You Yahoo!? ...
... Ch supports kernel linux 2.4.20-8 or higher. You needs glibc libc-2.3.2.so or higher. You may either upgrade your glibc or OS to work with Ch Regards, Tech...
I tried to run the test program posted at the following web page http://www.softintegration.com/demos/clapack.html and I get the following error ... ...
... The driver has to be installed separately. Without a driver, even the binary version of program will also not work. Not sure what is the license for...
Hi, your code is for the most part correct. Your error is in using the srand lower and upper boundaries. Instead of having them inside the printf function, you...
Hey it seems as if when I set 1 + rand() % 20 to a variable outside the for-loop it is set to one number for the entire loop. I think I may have figured out...
Smart...I took out some things you don't really need though. It works perfectly like in the code below. I know what my mistake was. I had the randnum out of...
Actually my question was all based around trying to call two functions (in this case func() ), before the seed time(NULL) can change, that both generate a list...
hello, Currently I am trying to interface my sound blaster prodigy 24 bits sound card with "ch_openal" but i did not succed in installing the Ch package (no...
Hi, Is there any directive or command that executes a source file within the interpreter(command prompt) and keeps the variable and function values within the...
... Ch shell provides the similar solution as tcsh or bash. using "dot" You can use 'dot' command to run a program. The global variables in the program will be...
... Yes. The latest Ch IDE ChScite v1.5 allows to supply command line parameters to Ch. See fourth example in http://chscite.sourceforge.net/ Best regards, ...
Dear RH, The Ch OpenAL package has been updated to v3.0.0 at http://chopenal.sourceforge.net Please redownload and try out he latest package. If you require...
why int x=0;while(x<100){x++;printf(x);} doesnt work on command line? support tells me to break it down. int x=0; while(x<100){x++;printf(x);} because " Ch...
... If you don't want to break as two lines. There is another way to do it as our tech engineer talked to you before. I think you figure it out yourself. You...
i dont see how this is related to the CH language, can someone please clarify this for me? are there no moderators in here? On 6 Feb 2006 22:56:18 +0600,...
I have deleted that message. So far the level of inappropriate messages has been very low. As long as it remains low I do not plan to increase the level of...