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.


Messages - Munchor

Pages: 1 ... 24 25 [26] 27 28 ... 424
376
Lua / Re: MoonScript for Nspire
« on: August 14, 2011, 05:56:26 am »
Woah thanks a lot, this might be better than Lua for some projects, but it'll still compile to Lua and we can then convert to TNS! I just hope it doesn't use any of the Lua things that TI removed, but it should be fine!

Thanks a lot :D

Also, welcome to Omnimaga ;)

377
Web Programming and Design / Re: Epic asciimation time!
« on: August 14, 2011, 05:54:26 am »
That sure requires A LOT of pacience O.O Awesome!

378
News / Re: TI-84+ prototype photo
« on: August 14, 2011, 05:35:20 am »
Nice find critor (and Adriweb?), thanks!

379
ASM / Re: Crystal Timers on the Nspire
« on: August 13, 2011, 04:41:34 pm »
I'm sorry if this question was already asked and answered, but are Ti-83+/84+ crystal timers emulated correctly on the Nspire?

No they are not :( That's why some programs like thepenguin77's Chess don't work on the Nspire 84+ Keypad.

380
Introduce Yourself! / Re: Hello
« on: August 13, 2011, 11:02:48 am »
The graphics of your games sure look good, what do you use to code them, as Anima said.

Welcome to Omnimaga :D

381
Computer Programming / Re: C++ GetLine for input
« on: August 13, 2011, 10:36:12 am »
Thanks a lot AHelper, +1 ;)

382
Computer Programming / C++ GetLine for input
« on: August 13, 2011, 06:15:18 am »
I was tried to make a program that read X lines of input by the user and saved each line on a string.

However, if I tell it to get input 5 times, it only gets input 4 times.

Code: [Select]
#include <iostream>
#include <string>

using namespace std;

int main()
{
  int d, n, i;
  cin >> n;

  string line[n];
  for (i = 0; i < n; i++)
  {
    getline(cin, line[i]);
  }
 
  cout << endl;
 
  for (i = 0; i < n; i++)
  {
    cout << line[i] << endl;
  }
 
 
 
  return 0;
}

Basically, if I input "5" to the variable "n", it gets input 4 times, instead of 5.

What is the problem?

Thanks!

383
Computer Projects and Ideas / Re: Trio and Niko
« on: August 12, 2011, 05:10:52 pm »
Italian...
Programming...

Pizza?

Seriously now, another clue please?

384
Miscellaneous / Re: Types of Cell Phones
« on: August 12, 2011, 05:04:50 pm »
Ok, well, I've changed my mind and I'm getting a Droid :)

So far it's looking like:
  • Samsung Galaxy S, (my friend has one and I liked how light it was)
  • HTC Wildfire S,
  • T-Mobile G2x,
  • Motorola DEFY, or
  • Samsung Vibrant

The Galaxy is awesome, but it's very expensive, right?

385
TI Z80 / Re: GlassOS
« on: August 12, 2011, 04:42:10 pm »

I found this screenshot I think you should put here.

Also, you said "Beta Release on Friday", which Friday, or is that Cemetech topic old already?

Either way this is looking like a great project, nice you made a topic on Omnimaga too.

386
Miscellaneous / Re: Types of Cell Phones
« on: August 12, 2011, 04:27:18 pm »
I'd go for any of the Android Samsungs available :)

387
Introduce Yourself! / Re: Hello Omnimaga!
« on: August 12, 2011, 03:26:30 pm »
I'm Lineofdeath2. I've just entered the world of graphing calculators with my TI-Nspire CX CAS.
So far, I've been trying to learn how to run games, but my calculator came bundled with the latest firmware.

Anyway, nice to meet you guys.

Welcome to Omnimaga :D

388
Humour and Jokes / Re: YAYA (Yet Another Yet Another)
« on: August 12, 2011, 02:36:34 pm »
Yet another rickroll in Juju's sig.
* ephan is rickrolled yet another time

389
General Discussion / [Sort of NSFW] Coldplay, Weird Music Video
« on: August 12, 2011, 01:52:05 pm »


Good song, but it's the video I'm interested it, what is he doing to the piano  :crazy:

Also, this is the Coldplay's song I most like :) Some of them look like "forced hits" to me, but this one is good.

390
Other Calculators / Re: Revsoft?
« on: August 12, 2011, 01:23:49 pm »
I can confirm this.

Pages: 1 ... 24 25 [26] 27 28 ... 424