Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ch_language · Ch Language

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 584
  • Category: C and C++
  • Founded: May 27, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 203 - 234 of 1316   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
203 koray.erkan Send Email Dec 1, 2005
11:35 pm
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. ...
204 groupsupport@...
one2001boy Send Email
Dec 2, 2005
8:43 am
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...
205 groupsupport@...
one2001boy Send Email
Dec 2, 2005
8:45 am
... It provides unix environment in windows. You can search google to get more information. Regards, Tech support...
206 Tom MacDonald
tmacd70783 Send Email
Dec 2, 2005
5:18 pm
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 ...
207 Neo Anderson
neo_in_matri... Send Email
Dec 3, 2005
3:00 am
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...
208 groupsupport@...
one2001boy Send Email
Dec 3, 2005
6:36 am
... 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...
209 dbesch6512 Send Email Dec 11, 2005
3:06 am
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...
210 groupsupport@...
one2001boy Send Email
Dec 11, 2005
4:03 am
... 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. ... ...
211 MEA-Mike.Friedrichs
friedrichs00 Send Email
Dec 11, 2005
4:13 am
... 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,...
212 Ajit Dingankar
ajitman Send Email
Dec 16, 2005
1:02 am
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:...
213 Dave Besch
dbesch6512 Send Email
Dec 16, 2005
1:57 am
Ajit: Mine finally worked after I turned off Norton Internet Security! Good Luck. dB ... __________________________________________________ Do You Yahoo!? ...
214 groupsupport@...
one2001boy Send Email
Dec 16, 2005
6:13 pm
... 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...
216 kinemagician Send Email Dec 17, 2005
8:06 pm
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 ... ...
217 groupsupport@...
one2001boy Send Email
Dec 17, 2005
11:08 pm
Hello, ... By default, CLapack header file f2c.h in Ch should be located in CHHOME/toolkit/include/f2c.h. I assume you created your own f2c.h at...
218 kinemagician Send Email Dec 18, 2005
7:35 am
Thanks, now it works! I used the f2c.h file retrieved from Internet. Ettore...
219 groupsupport@...
one2001boy Send Email
Dec 22, 2005
6:26 pm
... 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...
220 piklocin Send Email Dec 23, 2005
4:51 am
Hello. I seem to be having some trouble with random number generation in external functions. If I create a function like void func() { int i; ...
221 ernie smith
beerstudeep Send Email
Dec 23, 2005
3:18 pm
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...
222 piklocin Send Email Dec 24, 2005
7:06 am
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...
223 ernie smith
beerstudeep Send Email
Dec 25, 2005
8:29 am
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...
224 piklocin Send Email Dec 25, 2005
7:33 pm
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...
225 rodheyd Send Email Dec 29, 2005
1:26 pm
hello, Currently I am trying to interface my sound blaster prodigy 24 bits sound card with "ch_openal&quot; but i did not succed in installing the Ch package (no...
226 rebound1618 Send Email Jan 16, 2006
8:15 pm
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...
227 groupsupport@...
one2001boy Send Email
Jan 16, 2006
10:31 pm
... 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...
228 groupsupport@...
one2001boy Send Email
Jan 19, 2006
7:06 pm
... 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, ...
229 Stephen
ssn17 Send Email
Jan 23, 2006
9:40 pm
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...
230 Luis Felipe Valdez Ru...
kyoosho Send Email
Feb 3, 2006
6:48 pm
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...
231 groupsupport@...
one2001boy Send Email
Feb 6, 2006
8:23 am
... 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...
233 f3l
kyoosho Send Email
Feb 6, 2006
6:37 pm
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,...
234 TMacD
tmacd70783 Send Email
Feb 7, 2006
3:35 pm
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...
Messages 203 - 234 of 1316   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help