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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 151 - 181 of 1001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
151
Hi, I missed the Ch GTK+ Package for Mac OS X on your download site. When it comes? Best regards, Peter Schneider....
p_e_t_e_r_s_c_h_n_e_i...
p_e_t_e_r_s_...
Offline Send Email
Nov 2, 2005
8:19 am
152
I cannot get the program to read the header file 'chplot.h' How do you do this? -Lonnie...
glon12
Offline Send Email
Nov 2, 2005
8:05 pm
153
Lonnie, Are you having trouble using the header "chplot.h" inside a Ch program? What is the error message you receive? TMacD ~moderator~ ... ...
Tom MacDonald
tmacd70783
Offline Send Email
Nov 3, 2005
4:59 pm
154
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...
Stephen
ssn17
Offline Send Email
Nov 4, 2005
3:52 pm
155
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...
Stephen
ssn17
Offline Send Email
Nov 4, 2005
3:56 pm
156
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]; ...
Lonnie Gardner
glon12
Offline Send Email
Nov 5, 2005
5:15 am
157
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]; ...
Lonnie Gardner
glon12
Offline Send Email
Nov 5, 2005
5:16 am
158
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: ...
Tom MacDonald
tmacd70783
Offline Send Email
Nov 7, 2005
5:29 pm
159
I downloaded the professional version and I do not have those problems anymore. Thanks very much for everything! Tom MacDonald <tmacd70783@...> wrote:Hi...
Lonnie Gardner
glon12
Offline Send Email
Nov 8, 2005
10:53 pm
160
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 ...
TMacD
tmacd70783
Offline Send Email
Nov 12, 2005
3:11 pm
161
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...
kevin_v_wood
Offline Send Email
Nov 14, 2005
2:14 am
162
Dear Kevin, I have uploaded a simple serial communcation demo that works under Windows. It is available at ...
Stephen
ssn17
Offline Send Email
Nov 14, 2005
10:00 pm
163
Stephen, Thanks for the programs. Serialreceive.c is successfully receives the test message from my microcontroller, although ctrl-c doesn't quit the program....
kevin_v_wood
Offline Send Email
Nov 15, 2005
4:00 am
164
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...
Stephen Nestinger
ssn17
Offline Send Email
Nov 15, 2005
6:43 pm
165
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...
clngroups
Offline Send Email
Nov 17, 2005
12:17 am
166
... 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...
Harry_H_Cheng
Offline Send Email
Nov 17, 2005
1:22 am
167
... 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...
groupsupport@...
one2001boy
Offline Send Email
Nov 17, 2005
2:20 am
168
Why is it that when i try to run my program in ChSciTE, instead of executing, it opens a notepad document with the same program in the notepad?...
timur_alexeev
Offline Send Email
Nov 17, 2005
6:08 am
169
... 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...
groupsupport@...
one2001boy
Offline Send Email
Nov 17, 2005
6:36 am
171
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...
silentsod
Offline Send Email
Nov 18, 2005
3:22 am
172
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....
captaindistracto
captaindistr...
Offline Send Email
Nov 18, 2005
4:12 am
173
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...
ericbitondo
Offline Send Email
Nov 18, 2005
4:53 am
174
... 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...
groupsupport@...
one2001boy
Offline Send Email
Nov 18, 2005
6:55 am
175
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...
tiv00m
Offline Send Email
Nov 18, 2005
6:59 am
176
Please tell me the benefits of using one of the three (c, ch, C++) over another. Thanks...
tantoniono
Offline Send Email
Nov 18, 2005
9:24 am
177
... 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...
jonny_cash_ring_of_fire
jonny_cash_r...
Offline Send Email
Nov 18, 2005
9:33 am
178
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...
TMacD
tmacd70783
Offline Send Email
Nov 18, 2005
2:28 pm
179
Just a reminder that this group does not accept advertising or recruiting. I will continue to delete messages that attempt advertising or recruiting. Please...
TMacD
tmacd70783
Offline Send Email
Nov 18, 2005
2:33 pm
180
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_v_wood
Offline Send Email
Nov 19, 2005
4:54 am
181
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...
tiv00m
Offline Send Email
Nov 19, 2005
7:00 am
Messages 151 - 181 of 1001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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