Hello programming experts,
I have a problem. Is it possible to make an OS with VB.Net with C, C++, Objective C, Assembly language, FreeBASIC, C#, BASIC, Java, Object Pascal and with a bit of machine language? And if possible how to mix the languages? And could you give me a part of code of the above languages?
Example is

cout<<"/n Hello World."
cin>>"Enter Amount: "

I want to impress my friends......thanks in advance..^^

Recommended Answers

All 6 Replies

Hello programming experts,
I have a problem. Is it possible to make an OS with VB.Net with C, C++, Objective C, Assembly language, FreeBASIC, C#, BASIC, Java, Object Pascal and with a bit of machine language? And if possible how to mix the languages? And could you give me a part of code of the above languages?
Example is

cout<<"/n Hello World."
cin>>"Enter Amount: "

I want to impress my friends......thanks in advance..^^

sorry for the code...i mistakenly added a C code instead of BASIC....

Please follow this procedure.

1. Collect all the code that you can find over net.
2. Put in a mixi
3. Run the mixer for 4 and 1/2 minutes (preciously)
4. Add chocolate cream with a shot of citrus juice.
5. Serve your friends chilled,

all your friends will be impressed with your code mixing skills.

commented: :D +6
commented: Thank you, you made my day. +7
commented: Genius. How did I miss this gem the first time round? +12

sorry duplicate

You need to do these things to learn, thats the only way you can impress people

you could #include the C "stdio.bi" and others in FreeBASIC so that you could merge C and FreeBASIC.

#include "stdio.bi"
declare sub main()

sub main()
    screen 13
    locate 150,150
    print "Hello!"
    printf "goodmorning!"
end sub

if this does not work, don't ridicule me. i am not that good of a programmer and only know the command-line version of C++, BASIC, and java. i am not at all experienced with winapi.

oh btw that is not basic it is C++ :P

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.