Jump to content



Photo
- - - - -

Solution For Text Entering To Cp


  • Please log in to reply
10 replies to this topic

#1 Behnoud

Behnoud

    Casio Technician

  • Members
  • PipPipPipPipPipPip
  • 338 posts
  • Gender:Male
  • Location:Iran

  • Calculators:
    CP 300+ OS2.2/
    FX 3600 pv/
    FX 115 s/
    FX 602P

Posted 01 June 2006 - 04:24 PM

:rockband: Hi everybody :D
Finally I found how to enter texts to CP as *.fls Files :)
U should use this program which is writen in "C":
#include <stdio.h>
void main()
{
FILE *in, *out;
char ch;
in=fopen("d:\\DATA.TXT","rt");
out=fopen("d:\\result.txt","wt");
while (!feof(in))
{
ch=fgetc(in);
if (ch!='\n')
fputc(ch, out);
else
fputc('*', out);
}
fclose(in);
fclose(out);

}

In line 6 "d:\\..." indicate the file path and file name.
In line 7 "d:\\..." indicate the resualt file path and it's name.
In line 14 " '*' "indicate the the character which should be replaced insread ENTER character.
So you can replaced it with whatever you want for example " 'A ' " replace ENTERs with "A".

#2 Behnoud

Behnoud

    Casio Technician

  • Members
  • PipPipPipPipPipPip
  • 338 posts
  • Gender:Male
  • Location:Iran

  • Calculators:
    CP 300+ OS2.2/
    FX 3600 pv/
    FX 115 s/
    FX 602P

Posted 01 June 2006 - 04:34 PM

B) By the way, I forget to describe the main problem. :greengrin:
when you want to enter a text to CP manager, it just take(accept) the first lines before an ENTER (I mean the RETURN key on your keyboard). :banghead:
And so for a N-paragraph text, you should do the COPY-PASTE N times :rant:
This program solve this to somewhat. :P
Now you can use your CP as a book reader device :nod:
It's sounds great for me :roflol:
U can download Free Ebooks here:
www.fictionwise.com

#3 SoftCalc

SoftCalc

    Casio Technician

  • Members
  • PipPipPipPipPipPip
  • 406 posts
  • Location:Portland, OR USA

  • Calculators:
    ClassPad 300 , AFX 2.0, HP-48/49/50, TI-89/92/Voyager, HP Expander, etc...

Posted 02 June 2006 - 03:56 PM

B) By the way, I forget to describe the main problem. :greengrin:
when you want to enter a text to CP manager, it just take(accept) the first lines before an ENTER (I mean the RETURN key on your keyboard). :banghead:
And so for a N-paragraph text, you should do the COPY-PASTE N times :rant:
This program solve this to somewhat. :P
Now you can use your CP as a book reader device :nod:
It's sounds great for me :roflol:
U can download Free Ebooks here:
www.fictionwise.com

The next major release will fix the eActivity's problem with multiple lines. It will support auto line wrapping, copy and paste of multiple lines between eActivity and Windows, and more.... ;)

#4 Fabri

Fabri

    Newbie

  • Members
  • Pip
  • 21 posts
  • Location:Quito Ecuador

  • Calculators:
    Casio Classpad 300
    Casio fx 6300G

Posted 03 June 2006 - 01:08 AM

Hi i hope you understand me
How I can use your code program in c++ or c++ of classpad SDK??
Please put in this forum all your main code
Where I can find e books but in Spanish, I speak spanish
Please put some images of your program in this forum

Thanks Fabri

#5 SoftCalc

SoftCalc

    Casio Technician

  • Members
  • PipPipPipPipPipPip
  • 406 posts
  • Location:Portland, OR USA

  • Calculators:
    ClassPad 300 , AFX 2.0, HP-48/49/50, TI-89/92/Voyager, HP Expander, etc...

Posted 03 June 2006 - 04:53 AM

Hi i hope you understand me
How I can use your code program in c++ or c++ of classpad SDK??

It's not a prorgam. The next major release of the OS has these new features.

#6 MicroPro

MicroPro

    Casio Overlord

  • Deputy
  • PipPipPipPipPipPipPip
  • 640 posts
  • Gender:Male
  • Location:Iran

  • Calculators:
    Casio ClassPad 300

Posted 06 June 2006 - 12:41 PM

Waiting, Waiting, Waiting... So when the next version will come?

#7 PAP

PAP

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 681 posts
  • Gender:Male
  • Location:Somewhere in Europe.
  • Interests:Computer Algebra, Numerical Analysis.

  • Calculators:
    ClassPad 300 (plus an old Casio model, with only a few Kb ram).

Posted 06 June 2006 - 03:43 PM

Waiting, Waiting, Waiting... So when the next version will come?

Some months ago, SoftCalc guessed, by using reasonable arguments, that OS 3.0 will be released before the next school year (or he just knew it B)). I have a feeling that this guess will be very acurate.

#8 omegavirus

omegavirus

    Casio Freak

  • Members
  • PipPipPipPip
  • 150 posts
  • Gender:Male
  • Location:Morelia, M?xico

  • Calculators:
    ClassPad 300

Posted 07 June 2006 - 12:26 AM

Some months ago, SoftCalc guessed, by using reasonable arguments, that OS 3.0 will be released before the next school year (or he just knew it B)). I have a feeling that this guess will be very acurate.


A friend of mine said that the new OS will be in our hands in september 1- :blink: but I thing thats a long
wait to see the new OS and more now that we know that some people already has it :unsure:

#9 Orwell

Orwell

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 777 posts
  • Gender:Male
  • Location:Paris - France

  • Calculators:
    Casio AFX 1.02 / Casio ClassPad 300

Posted 07 June 2006 - 07:53 AM

now that we know that some people already has it :unsure:

Who said someone has it? :huh:
I think the owner of this website went to a conference were the new OS was announced, and he brought back some screenshots with him. Remember, in 2004 he already met several people from Casio (see picture on his website) and he gave us some new pictures :rolleyes:

#10 PAP

PAP

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 681 posts
  • Gender:Male
  • Location:Somewhere in Europe.
  • Interests:Computer Algebra, Numerical Analysis.

  • Calculators:
    ClassPad 300 (plus an old Casio model, with only a few Kb ram).

Posted 07 June 2006 - 12:18 PM

A friend of mine said that the new OS will be in our hands in september 1- :blink:

Rumors, quite probably. How your friend knows such a thing?

#11 omegavirus

omegavirus

    Casio Freak

  • Members
  • PipPipPipPip
  • 150 posts
  • Gender:Male
  • Location:Morelia, M?xico

  • Calculators:
    ClassPad 300

Posted 08 June 2006 - 05:02 AM

Rumors, quite probably. How your friend knows such a thing?


He did not want to tell me I don't know why... :nonono: I hope that he isn't right...




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users