Hello, I am new to this list and immediately join with a question: I installed the Ch GMP package but trying to run a demo file always ends up with the...
Dear Bernhard, For Ch GMP to work under a unix environment, which is the environment I assume you are working under since it asked for an ELF binary, you need...
Dear Stephen, What I tried in the meantime: I deleted the installed packages and repeated the processes again. Concerning to the "normal" GMP I am absolutely...
Dear Bernhard, The Ch GMP packages available from Sourceforge have been updated. They now contain the line ch ./pkgcreate.ch instead of ch pkgcreate.ch If you...
Hello, I'm new to Ch by way of the new OpenCV_Ch released and enjoy the combination so far. I would like to get some of my OpenCV work operational with Ch and...
... You can check Ch SDK User's guide chsdk.pdf, it can be found at CHHOME/docs. CHHOME is where ch was installed. It can be either C:/Ch in Windows or...
After several days of good experimenting and then contacting many of my friends and colleagues to let them now about this language. I begin stumbling on the...
... Thanks. ... In regarding the pronounciation, it is available at the preface of CHHOME/chguide.pdf. It is pronounced as C H. Sure it is not the best...
Allo Alfred von ST.Gallen du hast mir eine mail im meetic.ch geschrieben. Vielen Dank für dein Angebot, würde mich freuen von dir zu hören. Gruss Schnuffel...
List, Is there a method to control the font size of the individual text attributes independent of one another in a plot, for example; title, legend, x-axis,...
... font cannot be changed inside a program at the current version. The font can be changed in Windows using option for font at the upper left corner. But, it...
I must admit I kind of like the 'chi' pronunciation when using verbal communication. Since Harry is the benevolent and kind Ch dictator here I will, of...
More than decade ago, Ch was originally named as 'D' before it was released publicly. Later it was changed to Ch. There are two versions of interpretation of...
Hello everyone. I am new to this group and to ch in general.I downloaded and installed ch becasue I am trying to learn C++. I learned the rudiments of C back ...
... Thank you both for replying. And just one final area I would like to cover regarding my suggestion I didn't add in my original post that dealt with...
... You may not be able to use Crimson for debug. However, because C/C++ code can be executed interpretively in Ch under Crimson or other IDEs. It is quite...
From my point of view what is needed is a very BASIC tutorial using ch to introduce a new programmer to C or C++ programming. An interperter is much easier to...
... Can you provide more details? How do you run it? You don't need to download anything to run the above CGI CAM. If you want to run locally from your machine...
... Mike, To run Web-based animation of mechansims, you need to install Ch Mechanism Toolkit. To obtain just plotting or numerical data for design and analysis...
... You need to install Ch Mechanism Toolkit to use Web-based animation of mechanisms. You don't need to install Ch Professional and Ch CGI toolkit if you only...
Dear Robert, A tutorial showing how to use Ch under Crimson Editor is available at http://iel.ucdavis.edu/projects/chide/crimson . Any suggestions you may have...
Hi! I am vikas. I am a fresher for c language. I have some doubts regarding generation of buttons in the output.Is it possible to generate Buttons to select...
... Button and GUIs are OS specific. It is not part of C or C++ standard. You may try Ch GTK+ or Ch Windows Toolkit if you use windows. Or you can try other...
Vikas Typically, general purpose programming languages do not contain features that allow you to create buttons. Usually there is a windowing library that is...