Search the web
Sign In
New User? Sign Up
ch_language · Ch Language
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 492 - 531 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
492
Hello, Actually I use Ch Professional edition, version 5.5.0.13001 (C) Copyright 2001-2006 SoftIntegration, Inc. http://www.softintegration.com I experiment...
bblochl_2
Offline Send Email
Feb 5, 2007
10:49 pm
493
... In the NEW Users Guide for Version 5.5 I found a change of parse and run to chparse and chrun. So the problem is cleared! That is also true for debug, that...
bblochl_2
Offline Send Email
Feb 6, 2007
3:31 pm
494
Hello, Is tehre a possibility to input a code snippet of more than one line in the command line mode of Ch? For instance, if I would like to demonstrate a...
bblochl_2
Offline Send Email
Feb 6, 2007
9:01 pm
495
... Please use: int i; for(i=0; i<10;i++) \ printf("Hallo %i \n", i); Regards, Tech support...
groupsupport@...
one2001boy
Offline Send Email
Feb 6, 2007
11:12 pm
496
Hi,is there anyone know how to plot implicit functions with CH? for example: x^3*y^4-6x*y+6x-8y-8=0. These functions are hardly to solve. Assuming we don't...
wangkingttu
Offline Send Email
Feb 9, 2007
10:57 pm
497
Hi First of all: I'm very new to Ch and therefore my post could be kind of silly. ... In file "myclass.chf" I have a class like this: class MyClass { public: ...
xyz3dch
Offline Send Email
Feb 12, 2007
4:35 pm
501
... You will have to solve the equation first before it can be plotted. You may solve this non-linear equation using function fzero() in Ch. Harry...
Harry_H_Cheng
Offline Send Email
Feb 13, 2007
6:45 am
502
... Ernst, The above initialization of the variable m1 of the global scope is performed during the declaration. When the initializor is evaluated, the...
Harry_H_Cheng
Offline Send Email
Feb 13, 2007
7:01 am
503
Hi, Recently, I've installed and started using ch. I'd like to do string evaluation like I can do in Matlab from a ch script or command line, I couldn't do it...
hakanyaz
Offline Send Email
Feb 15, 2007
10:49 pm
504
... here are the command that you can try in a Ch command shell int i, a i = 2 i = i*i a = i i = streval("a*a+a") ls pwd string_t s s = "ls" $ls -agl You will...
groupsupport@...
one2001boy
Offline Send Email
Feb 16, 2007
7:54 am
505
Hi, just found this tool today and am loving it. I am curious if Ch supports shared command history, such that when I open a new shell it can recall commands...
rmfought
Offline Send Email
Mar 1, 2007
5:32 pm
506
thank you for your prompt reply. ... sort...
wangkingttu
Offline Send Email
Mar 7, 2007
5:55 am
509
Hi! Here are some problems I had to solve before getting Ch to run my programs. First problem: I had to change definitions like const NC = 1; to const int NC =...
gu_fr6
Offline Send Email
Mar 13, 2007
10:35 pm
510
[ Charset ISO-8859-1 converted... ] ... Dear Gunnar, Thanks for your bug reports. Both bugs have been fixed and will be released in our next build. ... It is a...
groupsupport@...
one2001boy
Offline Send Email
Mar 14, 2007
7:00 am
511
Gunnar, Thank you for taking the time to find these problems and listing them here. This helps considerably. Much Appreciated TMacD ~moderator~ ... From:...
Tom MacDonald
tmacd70783
Offline Send Email
Mar 14, 2007
7:56 pm
513
Hi! First: The Ch-shell has "heavy" problems with national characters (in my case with German umlauts). I have to tap twice a key for an umlaut in order to get...
gu_fr6
Offline Send Email
Mar 16, 2007
9:55 am
514
... Section 17.4 in CHHOME/docs/chguide.pdf has some explanation about multi-byte characters. You may add _setlocale = 1; to CHHOME/config/chrc and restart ch....
groupsupport@...
one2001boy
Offline Send Email
Mar 16, 2007
8:04 pm
515
Thanks first for the answers!! To the second topic (macro expansion): I created two files in the same directory, main.c and funk.c, which read respectively: ...
gu_fr6
Offline Send Email
Mar 16, 2007
10:28 pm
516
I have to read audio data from the computer microphone and plot the signals as a waveform using visual c++. Please i need help on how to achieve this...
ezekiel_christlike
ezekiel_chri...
Offline Send Email
Mar 18, 2007
7:18 pm
517
... A function file shall begin with the function definition or function prototype. It also can begin with preproceesing directives. The preprocessing...
groupsupport@...
one2001boy
Offline Send Email
Mar 19, 2007
8:43 am
518
Hi All, We now invite Opening for C++ with Unix around the globe for an excellent job opportunity for our client which is a leading statutory body. Due to the...
Sumi Panicker
sumi.recruit...
Offline Send Email
Mar 20, 2007
7:51 pm
519
I have downloaded and installed the Mac OS X version of ch, chstandard-5.5.0.macosx10.ppc. I have a MacBook Pro, OS X 10.4.9. This computer has an Intel chip,...
tslarkin2000
Offline Send Email
Mar 23, 2007
12:33 pm
520
I am newbie so I request for your patience. I have compiled sqlite 3 and it's working well. I can also access it from C programs. I also already have Ch...
Aadit Shrestha
mabhutte
Offline Send Email
Mar 23, 2007
9:26 pm
523
Hello, I can't answer your question about the Ch shell, but I can tell you that embedded Ch works with our Intel Core Duo Macbooks. I imagine that the Core 2...
dko_ucd
Offline Send Email
Mar 26, 2007
6:52 pm
526
Hi, Has anyone ever gotten ch to run inside an emacs buffer? I'd like to use it as an interactive tool inside emacs, but it tends to hang. Thanks, -T...
Tennis Smith
tennis_smith
Offline Send Email
Mar 26, 2007
8:16 pm
527
ChSqlite has been updated to v1.1.0. Please download the latest version from https://sourceforge.net/projects/chsqlite and give it a try. Regards, Stephen...
Stephen Nestinger
ssn17
Offline Send Email
Mar 27, 2007
7:01 pm
528
I recently downloaded and installed standard ch and embedded ch. ch works fine at the command level. I made of copy of $CHHOME//toolkit/demos/embedch/ref to a...
twnesmith
Offline Send Email
Mar 27, 2007
8:43 pm
529
It must have to do with the latest release. I just upgraded and started seeing the same problem. Look for an update that'll fix the issue. I'll post back...
wonderboymatty
Offline Send Email
Mar 27, 2007
9:23 pm
530
[ Charset ISO-8859-1 converted... ] ... It has been updated in softintegration with a new build. This issue is fixed. Thanks for your help in checking. Tech...
groupsupport@...
one2001boy
Offline Send Email
Mar 28, 2007
7:33 am
531
... I just download ch standard and embedded ch eval. the output for nm on chmt1.dl looks OK, the compiled code works fine. We have released a new build for Ch...
groupsupport@...
one2001boy
Offline Send Email
Mar 28, 2007
7:37 am
Messages 492 - 531 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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