![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
freshman
Join Date: Apr 2008
Location: China
Posts: 3
Rep Power: 0
![]() |
how can build a hla program
i try to build the program:
Program HelloWorld
#include ("stdlib.hhf")
begin HelloWorld;
stdout.put("Hello,world!",nl);
end HelloWorld;an error occured: Error in file "os.hhf" at line 3 [errid:3753/hlaparse.bsn] Expected ';', encountered 'namespace'. Near: << namespace >> why? |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
Re: how can build a hla program
You are missing a few ; symbols.
Here is a tutorial: http://webster.cs.ucr.edu/AoA/Windows/HTML/AoATOC.html Program HelloWorld;
#include ("stdlib.hhf");
begin HelloWorld;
stdout.put("Hello,world!",nl);
end HelloWorld;
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#3 | |
|
freshman
Join Date: Apr 2008
Location: China
Posts: 3
Rep Power: 0
![]() |
Re: how can build a hla program
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| hello, I'd like to write a program for my work. | blake_jl | Community Introductions | 13 | Nov 23rd, 2007 4:31 PM |
| program resulting in an executable. | sagedavis | C++ | 30 | Jan 31st, 2007 3:06 PM |
| Language display in program | Prm753 | C++ | 3 | May 30th, 2006 5:45 PM |
| Creating a program to test a program | sixstringartist | C | 8 | Jan 21st, 2006 1:15 PM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 4:12 PM |