Dear Peter, The release of a Ch GTK+ 2.4 package for Mac OS X will be available in the next release of Ch GTK+. The release date is yet unknown. Stephen...
Dear Lonnie, Are you using the Ch Professional or Standard version? In order to use plots, chplot.h, you must have the Ch Professional version which is freely...
This the program I am trying to run: #include <math.h> #include <chplot.h> int main() { int numpoints = 36; array double x[numpoints], y[numpoints]; ...
This the program I am trying to run: #include <math.h> #include <chplot.h> int main() { int numpoints = 36; array double x[numpoints], y[numpoints]; ...
Hi Lonnie This program works for me on my unix system. I'm not sure if you are using unix or not. So, can you verify that the following include file exists: ...
I downloaded the professional version and I do not have those problems anymore. Thanks very much for everything! Tom MacDonald <tmacd70783@...> wrote:Hi...
I have a general question for everyone here in the Ch group. One of my interests in Ch is the ability to develop C code without the tedious edit/compile/link ...
Hello all, I'd like to write a simple program in Ch on Windows that will allow me to do simple communications via the com port. I am basically looking to send...
Stephen, Thanks for the programs. Serialreceive.c is successfully receives the test message from my microcontroller, although ctrl-c doesn't quit the program....
Dear Kevin, I'm glad the code can be of help. Sorry about ctrl-c not working for you. The key-press is not hard coded into the program. Normally, when I run C...
Hi, I want to install Ch on Interix ( SFU 3.5, posix layer on Win 2000 ). This posix environment is derived from NetBSD. There is tcsh as standard shell on...
... Hi Tom, If a Ch program is written compatible with C or C++, it should be compiled with an existing c/c++ compiler. A program uses the common set of...
... ch works fine without Interix. I think Interix can invoke a binary windows application, you can call c:\ch\bin\ch.exe from Interix. ch shell is a C...
... I tested it and it works fine. You may give us the instructions to repeat your problem. Or you may try a different computer? BTW, Both Ch and ChSciTE need...
Hello, I'm new to Ch and C in general. While using an fgets statement inside a function (all variables are of function scope inside the function) it will work...
Matthew, I believe that your problem revolves arround the fact that when you use fgets, the NEWLINE char is fed into the buffer at the end of the users input....
I had this problem a couple weeks ago. I know my program had bugs in it that I wasn't able to troubleshoot because it would open notepad instead of giving me...
... I think you may use the old version of ChScite. You may try ChSciTE 1.0.3 released on Oct 19. It can be downloaded from http://chscite.sourceforge.net Tech...
Is it possible to enter command line options (such as -s to turn on option s) through ch or do I have to start the ch shell in order to do so? If anyone knows...
... Wow cool site, I want to start learning how to program and my high school doesnt have any classes so i though i would teach a little to my self. I too...
Hi Harry Thanks fo rthe info. I have done some of this and was just wondering others had tried to use Ch as a rapid development tool but then wanted...
Just a reminder that this group does not accept advertising or recruiting. I will continue to delete messages that attempt advertising or recruiting. Please...
Brian, I don't know if you ca do this in ChSciTE, and I'm not certain about Crimson, but you can do it in most text editors that allow you to configure...
Kevin, Thanks for the response, I hand't thought of passing it in then... that wouldn't be super quick to change the arguments, such as for testing purposes...