This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Technology & Calculator Open Topic subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Calculator Tech Support => Technology & Calculator Open Topic
Author Message
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 22 Sep 2005 08:26:14 pm    Post subject:

didn't she say she knows other languages?

yeah, Java and C...


Last edited by Guest on 22 Sep 2005 08:26:28 pm; edited 1 time in total
Back to top
Darth Android
DragonOS Dev Team


Bandwidth Hog


Joined: 31 May 2003
Posts: 2104

Posted: 03 Oct 2005 07:31:52 pm    Post subject:

I have an online copy of Asm in 28 days uploaded somewhere, and surprisingly enough it ranks like #6-9 in google
http://dragon-fire.org/asmin28/
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 03 Oct 2005 07:56:41 pm    Post subject:

I wish I knew C. too lazy to finish reading any tutorials though. I guess ill just stick with Java for now...I wish there were more people at my school who programmed in something other than VB6
Back to top
Darth Android
DragonOS Dev Team


Bandwidth Hog


Joined: 31 May 2003
Posts: 2104

Posted: 03 Oct 2005 10:43:15 pm    Post subject:

You'll find c++ very similar to java:

Code:
#include <iostream.h>
public void main(argv* argc[]) {
  int myVar = 6;
  cout << "Hello world!" << endl;
  cout << "I am " << myVar << " years old!" << endl;
  return 0;
}


Well, somewhat of a bad example. Syntax is similar, but functions aren't always.


Last edited by Guest on 03 Oct 2005 10:44:27 pm; edited 1 time in total
Back to top
Tiberious726


Advanced Member


Joined: 07 Oct 2005
Posts: 284

Posted: 07 Oct 2005 08:22:40 pm    Post subject:

C is different than C++ (read superior) I think the best source (although expensive) is "The C Programming Language ANSI edition"; one of the two authors was one of the designers of C in the first place!

The above program in C would look like


Code:
#include <stdio.h>

int main()
{
     int myVar = 6;
     printf("Hello World!!!\n");
     printf("i am %d years old!", myVar)
     return 0;
}


Last edited by Guest on 07 Oct 2005 08:25:32 pm; edited 1 time in total
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 07 Oct 2005 08:31:22 pm    Post subject:

java....


class myAge

static int myVar;

public myAge(){
myVar = 6
}


public staic void main(String args[]){

myAge mAge = new myAge();

System.out.println("My age is "+myVar+" years old.");

}
}
Back to top
Tiberious726


Advanced Member


Joined: 07 Oct 2005
Posts: 284

Posted: 07 Oct 2005 08:50:02 pm    Post subject:

i think that makes some sence (i have never programed JAVA) what do class, static, and public do?

(did the designer of JAVA write a book? i have been converted to a firm believer of reading books writen by the designer of a language, i cannot overstate my faith in the C programing language, ANSI edition)


Last edited by Guest on 07 Oct 2005 08:50:46 pm; edited 1 time in total
Back to top
DigiTan
Unregistered HyperCam 2


Super Elite (Last Title)


Joined: 10 Nov 2003
Posts: 4468

Posted: 07 Oct 2005 09:05:51 pm    Post subject:

* Clears throat *

Back to top
Rezek
Better Than You


Calc Guru


Joined: 24 Apr 2005
Posts: 1229

Posted: 07 Oct 2005 10:13:50 pm    Post subject:

Quote:
Ph34r Alexrudd

I remember that one Very Happy.

Well, any thread by a certain member is bound to go off-topic anyways...

Elfprince,

Code:
public class hello
{
  public static void main(String args[])
  {
    int myVar = 6;
    System.out.println("Hello, I'm " + myVar + " years old!");
  }
}

?
Back to top
DigiTan
Unregistered HyperCam 2


Super Elite (Last Title)


Joined: 10 Nov 2003
Posts: 4468

Posted: 08 Oct 2005 12:54:42 pm    Post subject:

This may be, but the forum rules aren't a suggestion.



Last edited by Guest on 08 Oct 2005 12:54:56 pm; edited 1 time in total
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Page 2 of 2 » All times are UTC - 5 Hours

 

Advertisement