why int x=0;while(x<100){x++;printf(x);} doesnt work on command line? support tells me to break it down. int x=0; while(x<100){x++;printf(x);} because " Ch...
... If you don't want to break as two lines. There is another way to do it as our tech engineer talked to you before. I think you figure it out yourself. You...
i dont see how this is related to the CH language, can someone please clarify this for me? are there no moderators in here? On 6 Feb 2006 22:56:18 +0600,...
I have deleted that message. So far the level of inappropriate messages has been very low. As long as it remains low I do not plan to increase the level of...
Hi, I am the translator of SciTE to Basque, and I've seen that you add to your translation page all the translations of SciTE. The matter is that the link to...
... Thanks for your link. Ch SciTe has customized menu items which is different from original scite. I wonder if you can download ch scite and creates the...
... # Placed in the public domain 2001 # locale.properties defines the localised text for the user interface # Some definitions are commented out because they...
... thanks. ... Ch has two configuration files for ch. one is "chrc", another is "_chrc". "chrc" is the file used by all users. "_chrc" is used for single user...
Does anybody know if a Solaris x86/x64 version of Ch will be produced? I know that it is available on Sparc, but didn't see any information on the x86/x64. ...
Hello, I installed chprofessional 5.1.0 on SuSe 10. Obviously ch works well. But in my tests with the given demos of the ch-homepage with the sinus-plot etc. I...
... well. ... shared ... -s /usr/lib/libpng.so /usr/lib/libpng.so.2" and ... all ... without ... my ... an ... Thank you very much! That softlink is one...
... I assume you run the program from ch shell. You may check the following: type ch gnuplot in gnuplot, type set terminal png color it may give the same error...
Hi, I installed Ch 5.1 as non-admin in some custom directory, and updated the path variable and set CHHOME. I unpacked chopencv-2.3 in the opencv-0.9.7...
... (and ... bundled? ... grafic-example ... and ... help ... as ... identical ... the ... by ... The result of the proposed experiment from techsupport (with...
Hi, I downloaded and installed ch professional edition and NAG trial package. When I tried to run the demos under the demo directory I got the following error ...
... What happens if you type "set terminal png color"? ... the latest libpng library is not compatible with old. it seems that we cannot use symbolic link...
The text is growing longer and longer is even confusing for myself. So I open a new thread. To get the connection to the old thread with the subject: "error:...
Hi Bernhard, for your latest suse linux, Can you try the command below: ch which gnuplot gnuplot under the prompt of the gnuplot, type set terminal png color ...
I have a multi-dimension array and would like to copy one row to another array. (see example below) array int A[2][3] = { {1,2,3}, {4,5,6} }; array int B[3]; B...
You can try: memcpy((char *)&B[1][0],(char*)&A[0][0],sizeof(int)*3) treyhaslem <treyhaslem@...> wrote: What if I wanted to do the following: array int...
Dear All, i'm jst starting to see whether i can use CH for both teaching (university courses in computer vision) and for making demo's of my (research) work. ...