Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Samos

Pages: [1]
1
General Calculator Help / Appvar[83+ & 84]
« on: February 15, 2013, 04:07:58 pm »
Hi guys and girl(s)!
I'm looking for some piece of code!
I am trying to create an appvar for TI 83+ and TI 84 from my computer.
Code: [Select]
#include <fstream>

int main()
{
    std::ofstream passe("app.8xv");
    return 0;
}
I used this code to create it but when I transfer the void appvar to wabbitemu, "Invalid file format" appears, then "invalid file argument"

So, I looked at the source of an appvar with notepad++ and I saw:


I copied the first line into my appvar(I couldn't copy the second and the third), but now I can see:"Wabbitemu z80 emulator doesn't work..."
Could someone help me please?  ;D  (sorry for the frightening english)

2
Introduce Yourself! / This is Samos!
« on: February 15, 2013, 03:21:24 pm »
Hello world!

I'm Samos, a french unknown basic coder on TI-82.
I'm currently learning Axe Parser and C++ since 6 month but I am still a novice. (learning english too)
I'd like to enter in Omnimaga to present you my "software" and to request some help sometimes
Could I have some peanuts please?  ;D
That's all  *.*

Pages: [1]