Hello,
I have two questions:
1. Can I split the implementation and the declaration of a class into two different files? Like it was in C++ using .h and .cpp files.
2. Can I implement two different classes in one .java file?
I'm using Netbeans for developing J2ME applications.
Thanks!
Hi all!
I wrote the following function:
Function FillBitmap(Buffer() As Byte, SrcColor As RGB, DestColor As RGB, Width As Long, Height As Long)
Dim Red As Double, Green As Double, Blue As Double
Dim DeltaRed As Double, DeltaBlue As Double, DeltaGreen As Double
SrcColorRed = SrcColor.Red...
Hey everybody!
If I will create a dll in Visual C++ can I use the classes of Visual C++ in Visual Basic? If the answer is positive tell me please how can I do this...
Thanx!
Hi all!
Could you tell me where can I find any information about learning algorithms on the net and if you can tell me about them by yourself.
Thank you!
Hi all!
I want to create a function that will recieve a sentence (string) as an argument and return an array of words. Could you tell me please how can I do this? (The part of splitting the sentence to words is already ready but I have a problem with returning an array of words).
Thank you!
Hi all!
I want to create a function that will recieve a sentence (string) as an argument and return an array of words. Could you tell me please how can I do this? (The part of splitting the sentence to words is already ready but I have a problem with returning an array of words).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.