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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 908 - 937 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
908
Jan, Your code has an extra ";" for the function main() which should not take any returned integer. int main( void ); Ch allows C code to run without main()...
groupsupport@...
one2001boy
Offline Send Email
Nov 1, 2008
5:25 pm
909
Hah! It figures! Sorry for the distraction over such a trivial mistake. I've sometimes actually taken Ch code and passed it through gcc in "pedantic" C99 mode...
Jan Theodore Galkowski
disneylogic
Offline Send Email
Nov 2, 2008
4:35 pm
910
Anyone know a source for 3D kernel smoother C code or multivariate that can be specialized to that? I have NAG for Ch, and am aware of g10bac and the other...
Jan Theodore Galkowski
disneylogic
Offline Send Email
Nov 2, 2008
7:00 pm
911
hi to all. i've just started using ChIDE for plotting some graphs but i'm having issues. this is my code: #include <stdio.h> #include <math.h> #include...
ecasbadecas
Offline Send Email
Nov 3, 2008
6:19 pm
912
A couple of things wrong with your code. You are using linspace, one its deprectated, and two, it will wipe out your values filling the array with values...
jasonhonda85
Offline Send Email
Nov 3, 2008
7:40 pm
913
... help ... have ... having ... simple ... i ... heys guys problem solved..... i was reading int and was storing double in the array.all good now....
ecasbadecas
Offline Send Email
Nov 3, 2008
11:22 pm
914
[ Charset ISO-8859-1 converted... ] ... you can use "ch -n" to parse, but do not execute a program. It will detect the syntax errors before you execute the...
groupsupport@...
one2001boy
Offline Send Email
Nov 9, 2008
11:48 pm
915
Does CH have any provisions to easily read data files, extracting columns without looping, for further processing on all or a subset of the data like...
kns99ca
Offline Send Email
Nov 10, 2008
2:14 am
916
It depends, in part, on how large the columns are in each case. It is IMO easy to read columns of data with sscanf. Yes, loops are required, but if one writes...
Jan Theodore Galkowski
disneylogic
Offline Send Email
Nov 10, 2008
1:31 pm
917
The C source to DM is in fact available but with a restrictive license. From my naive perspective, the beauty of DM is that all it cares about is the *type*...
kns99ca
Offline Send Email
Nov 10, 2008
11:02 pm
918
Ch supports shell programming. You may use commands dm, awk, cut, etc., such as char filename[] = "rawdata.dat"; dm $(filename) inside a Ch script to process a...
groupsupport@...
one2001boy
Offline Send Email
Nov 11, 2008
12:30 am
919
Hi, When I try to run: char * strcpy(int dst, int src) { return ""; } main() { strcpy(0,1); } CH complains that: ERROR: found int where string is expected ...
neilliehoo
Offline Send Email
Nov 12, 2008
10:10 pm
920
... yes. You can. You can use #pragma remkey (strcpy) in a program remove it. Then, redefine it. strcpy() is a standard C function. It is not recommended to...
groupsupport@...
one2001boy
Offline Send Email
Nov 13, 2008
5:43 pm
921
Hi T.S., Thanks for your reply. ... It is for an old code base so I do not have a lot of choice. But it is correct C isn't it so why does it require a #pragma?...
W. de Hoog
neilliehoo
Offline Send Email
Nov 14, 2008
2:13 pm
922
Hello, I am trying to convert a Linux-based intrusion detection system to a Mobile-C agent-based system. However, the system is dependent partly on the...
steve_b2626
Offline Send Email
Nov 18, 2008
3:19 pm
923
... not sure exactly what you want achieve. Assume you want to call the kernel space C functions, it should not be a problem. You can find more at the link...
groupsupport@...
one2001boy
Offline Send Email
Nov 18, 2008
9:15 pm
924
Hi, When I try to run this code: #include <stdio.h> long bla(char * s, ...) { printf(s,...); return 0; } int bli(int a, int b) { return 0; } main() { ...
neilliehoo
Offline Send Email
Nov 25, 2008
4:34 am
925
Hello! I have joined this group long time ago, but I was tempted to ask something since I found someone was asking a question about drag coefficient. My...
Unknown
donny_licoln
Offline Send Email
Nov 30, 2008
2:52 pm
926
Well I learned some more. First that passing the '...' will not work. It probably shouldn't even but I'll leave that to the Ch experts. What should work is...
neilliehoo
Offline Send Email
Dec 2, 2008
8:46 pm
927
... Ch Student edition or Ch Professional llows you to do plotting. see CHHOME/docs/chguide.pdf in chapter about plotting. ... For Windows, you can use the...
groupsupport@...
one2001boy
Offline Send Email
Dec 2, 2008
9:03 pm
928
... Answering myself again. From the chguide.pdf: #define display(...) printf(__VAR_ARGS__) regards, Willem-Jan de Hoog...
neilliehoo
Offline Send Email
Dec 3, 2008
3:13 pm
929
... Good to know that it works for you now. Best regards, T.S...
groupsupport@...
one2001boy
Offline Send Email
Dec 4, 2008
12:54 am
930
Hi all! I have been playing with the Ch Standard Ed for about a week and I enjoy it a lot. However, I consider using it as a teaching environment on Windows,...
boyko.bantchev
Offline Send Email
Dec 5, 2008
1:07 pm
931
... I don't think you can do the same way to get microsoft office to work in another machine. It is the same here. You may use image dump to copy the entire...
groupsupport@...
one2001boy
Offline Send Email
Dec 5, 2008
10:44 pm
932
Hi, I'm trying some demo examples given with Mobile-C. Until now everything seem to work fine. But when I start the demo example mc_array_return_example, the...
steph_ch_fr82
Offline Send Email
Dec 8, 2008
3:57 pm
933
... Thanks for helping with redirecting Ch to Vim. Perhaps with some Vim scripting, the two programs can be made to work very well together. I'll try to...
Boyko Bantchev
boyko.bantchev
Offline Send Email
Dec 9, 2008
3:06 pm
934
... We didn't include gvim for limiting the size to download. The existing vim version features looks OK for us to use. Any new features in the latest vim...
groupsupport@...
one2001boy
Offline Send Email
Dec 9, 2008
4:11 pm
935
... Since Vim 6.3, more than 4 years old now, there were several new releases of the editor, each adding new features. Of those features, here are some, not...
Boyko Bantchev
boyko.bantchev
Offline Send Email
Dec 10, 2008
2:16 pm
936
Hello all! Here are some suggestions regarding Ch. - 1 - Windows Ch's bin directory contains some programs in more than one copy, under different names. The...
Boyko Bantchev
boyko.bantchev
Offline Send Email
Dec 12, 2008
2:21 pm
937
... I forgot to add, but being able to redirect stdout is just as useful (for a simple example, consider piping large output to less)....
Boyko Bantchev
boyko.bantchev
Offline Send Email
Dec 12, 2008
2:21 pm
Messages 908 - 937 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