Author Topic: [new_calc] New Calc project ... with cas engine /!\  (Read 46125 times)

0 Members and 1 Guest are viewing this topic.

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #105 on: December 01, 2012, 06:02:13 pm »
Hi, first time i read about this, and i have to say: i smell a good project in this

I don't know if you need anyone else but i'm not good at c++

My skills:
-html
-php
-c#
-ti-basic xD
-thinking capactity :D lol
- i'm in a very mathematical study so i know some things... And i'll learn a lot more...

hello.

Thank you.

We're working for the forum, for having a place to work. So website is rising and will be soon available. I have seen some people for learning more about licences. This is a huge mess. But i found something that would be pleasant, or less unpleasant.

But for moment, i need some more math teacher or math master for giving us the best way to code our work. This work need a good skeleton to go somewhere, so we need more than simple advices.

I'm glad to see more and more people to want go onboard. ;)

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #106 on: December 01, 2012, 06:56:50 pm »
How do you mean exactly? Just add something like (idk if this would work in c++) (it's just random very tired thinking so 100% wrong) input->var
(Loop)
Instring("*" or "+" or "-" or "/" or ... ,var)->A
Sub(0 , A-1)-> num1,2,3,....
Sub(A,1)-> operation1,2,3...
Sub(A+1 , length(var) - A) -> var
(Endloop)
Calculate: num1 operation1 num2 operation2 ...



Damn i'm so dumb, you could just read it as an expression, ad then it would auto calculate xD stupid me xp
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #107 on: December 01, 2012, 06:58:43 pm »
you also want functions nice looking input(if for mass market) and the ability to have parentheses
EDIT:
I could maybe also help with that, I have some C++ knownledge. What graphics library will we use?
We'd be using qt for most graphics. At least I think thats the consensus right now
« Last Edit: December 01, 2012, 07:06:49 pm by ruler501 »
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #108 on: December 01, 2012, 07:05:50 pm »
Hmmmm yeah true

But you know what lancelot... I'm gonna look into coding such stuff and c++ etc... But for now... I'm gonna sleep
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #109 on: December 02, 2012, 03:48:01 am »
So now the forum is ok : orgitello.fr/lia0/

it's on my own server, so it's enough fast for mass users.
Thanks to sorunome for helping me for that, i'm very weak on doing web stuff.

I invite all people that want get involved in to suscribe regardeless your skills.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #110 on: December 03, 2012, 07:05:05 am »
I don't think you understand the compilation issues that occur when transferring across architectures. There are quite a few examples of these, like different variable sizes, the fact that ARM processors default to unsigned variables, the different sizes of all the variable types, the differences in how long types work, all of these must be addressed when porting code across platforms.

The unsigned variables are particularly important. On x86, I can safely assume that when I say int a = -5, I won't end up with a huge, positive number. Not so on ARM.

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #111 on: December 04, 2012, 05:30:52 am »
That's why we must do code that specify the size of the vars. ( or verify if all is ok by asserts ).

each line of code must be perfect, in sense all has been predicted.

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #112 on: December 11, 2012, 07:36:33 am »
need more people on the dev forum, evrybody that want involve, please suscribe.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #113 on: December 11, 2012, 09:03:01 am »
I tried with the address [email protected] but I never received the confirmation email :(

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #114 on: December 11, 2012, 01:27:18 pm »
try to log in. You should be able to.

Offline _Nicco_

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 173
  • Rating: +6/-0
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #115 on: December 12, 2012, 12:10:12 am »
I tried with the address [email protected] but I never received the confirmation email :(

I had that problem too and Sorunome had to activate my account.  There must be a problem.
They say that your signature is supposed to go here...

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #116 on: December 12, 2012, 01:34:15 am »
It's ok now, thanks =)

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #117 on: December 12, 2012, 02:20:25 pm »
ok i notice that.

I'm starting an UML thing for the project. I think this is the best way to start.
If anybody here is a king in UML, i'm interested in.


Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #118 on: December 12, 2012, 03:17:36 pm »
[totallyNoobIsHere]

What's UML ?

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #119 on: December 12, 2012, 03:20:14 pm »
In this context, UML stands for Unified Modeling Language.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.