Forum: C++
Apr 26th, 2008, 1:54 AM
|
|
Replies: 8
Views: 427
Re: Visual C++?
I used to compile my code in command prompt using visual c++ sdk,because i think it waste too much resource to build a single program in the IDE. And it's very cool to type the command:rolleyes:.
|
Forum: Assembly
Apr 26th, 2008, 1:36 AM
|
|
Replies: 2
Views: 483
|
Forum: Assembly
Apr 16th, 2008, 8:08 AM
|
|
Replies: 2
Views: 483
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;
using hla HelloWorld
an error occured:
Error in file "os.hhf"...
|