Search Results

Showing results 1 to 40 of 43
Search took 0.01 seconds.
Search: Posts Made By: sanzilla
Forum: C++ Aug 10th, 2008
Replies: 5
Views: 2,563
Posted By sanzilla
if you wanna to execute a vbs file ,
just you can use execute the wscript.exe .
Forum: C++ Aug 10th, 2008
Replies: 11
Views: 1,038
Posted By sanzilla
OKy STL ?

I really new for the STL , I still learning the STL , but here you the links .

do exercises on this link , after doing this , I get a clear underestand about this ....
Forum: Java Aug 9th, 2008
Replies: 2
Views: 1,055
Posted By sanzilla
use the JFileChooser , but that is swing ,

just google and find something about JFileChooser example
http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html

will help you ,
Forum: Java Aug 9th, 2008
Replies: 8
Views: 7,526
Posted By sanzilla
I think OP is asking about a mobil phone java software .

It also a software , then you know where are they ! may be ppl here guide you what to download , but they can't say you where to download !...
Forum: Java Aug 9th, 2008
Replies: 2
Views: 1,830
Posted By sanzilla
I just run it on the netbeans , it is running !

anyway try again with ,
<applet code="./Xample1.class" height=250 width=200></applet>
Forum: Java Aug 9th, 2008
Replies: 3
Views: 1,770
Posted By sanzilla
idea :-
netbeans is working with a ANT script , then you had to change the ant script ....

pls - note that I tell my idea not a experience .so do it at your own risk.
Forum: C++ Aug 9th, 2008
Replies: 11
Views: 1,038
Posted By sanzilla
so array size is the problem ,

array is a static memory allocation method , you have to choose a dynamic memory allocation method .

so use those other data structures like Vector , stack or a...
Forum: C++ Aug 9th, 2008
Replies: 11
Views: 1,038
Posted By sanzilla
dear friend , I really can finish this for you . But that really not help you for this assignment . what you need is the knowledge isn't that ?

so lets dig into the problem , may be this is where...
Forum: Getting Started and Choosing a Distro Aug 3rd, 2008
Replies: 2
Views: 1,188
Posted By sanzilla
well , there they already have the documentation , I think follow this link.
http://www.opensolaris.org/os/community/documentation/

I think it is better to use ask this question on the form @...
Forum: C++ Jul 27th, 2008
Replies: 6
Views: 554
Posted By sanzilla
why openGL instead of DirectX?
the openGL is independent but DirectX is not like that . Some ppl are like learn independent APIs rather than the APIs that specific to a one OS.
Forum: C++ Jul 27th, 2008
Replies: 6
Views: 554
Posted By sanzilla
for learning the C++ I use the interactive learning . I use the youtube for learning the object oriented programming and STL . hmm , But I really dont know how much they are leagal , anyway the...
Forum: C++ Jul 27th, 2008
Replies: 5
Views: 515
Posted By sanzilla
That doesn't seem very urgent. One already exists, it's called the C preprocessor.

I am a newbie poster , I dont sure that I have something to share with you . But ,
it looks like you are asking...
Forum: Network Security Jul 24th, 2008
Replies: 1
Views: 1,717
Posted By sanzilla
anyone knows where to find the white papers about this class of attacks ?

or example exploit code for this ?
Forum: Network Security Jul 24th, 2008
Replies: 5
Views: 4,496
Posted By sanzilla
nicely said , very good . Now a hacker have that information , can you pls say what is your country ? That's the only information that you really not mention . but that can be find very easily using...
Forum: Java Jul 23rd, 2008
Replies: 18
Views: 2,169
Posted By sanzilla
// Try to set up a server if host
if (isHost) {
hostServer = new ServerSocket(port);
socket = hostServer.accept();
Thread t = new Thread(n);
t.start();
}
//...
Forum: Java Jul 23rd, 2008
Replies: 18
Views: 2,169
Posted By sanzilla
hmm , nice chat program that you copied and pasted from ,


public static String hostIP = "localhost";
and localhost means your computer , then you are using the server as your computer
if you...
Forum: Java Jul 23rd, 2008
Replies: 18
Views: 2,169
Posted By sanzilla
hmm , I have traced your code , this like a Serial port RS-232 communication .

I think you have to connect to the server to enable the multi user chat , like the IRC chat ! I think you have to...
Forum: Java Jul 23rd, 2008
Replies: 30
Views: 2,055
Posted By sanzilla
common man , we are like to help you !

TheBuzzer : you did something nasty ! that makes the ppl lazy . I have added more rep to my account because taling like these issues . anyway doesn't matter....
Forum: Java Jul 23rd, 2008
Replies: 3
Views: 1,602
Posted By sanzilla
In the J2ME ( for the cell phones ) , there we are using the java API as in J2SE , the APIs are different and limited language syntax are there . That is the difference with the J2ME and J2SE . So as...
Forum: Assembly Jul 17th, 2008
Replies: 4
Views: 5,096
Posted By sanzilla
I agree that !
really this is my first tutorial and sorry
I will correct the mistakes and repost this

@ithelp and other guys , I need your feedback ,
thanks in advance !
Forum: C++ Jul 13th, 2008
Replies: 1
Solved: MFC vs STL
Views: 1,118
Posted By sanzilla
dear sir ,
My question is what is the sutiable libraies to learn inorder to be a windows programmer .

someone say that MFC is not structured well and there are lots of easy frameworks shuch as...
Forum: C++ Jul 13th, 2008
Replies: 12
Views: 1,232
Posted By sanzilla
ok , here I think I can help you again.
you said


My comment is the C++ is a language , and that language syntax is not dependent on the compiler or the IDE that you are using . It may be...
Forum: C++ Jul 12th, 2008
Replies: 12
Views: 1,232
Posted By sanzilla
then I thought that you already knew the core c++ programming language .

true what they saying , I agree with the Ancient Dragon , but what is your problem man . Common ,

he said that ,

...
Forum: C++ Jul 11th, 2008
Replies: 12
Views: 1,232
Posted By sanzilla
I really doesn't argree with you using the standard libs . Go to the M$ web site and find
out the win32 api calls that what are the APIS that used to write to a file and read from a file
. But if...
Forum: C++ Jun 30th, 2008
Replies: 22
Views: 1,294
Posted By sanzilla
that really doesnot a pain .

x^7 = X^3 * x^4 = ... ... ...
Forum: Java Feb 29th, 2008
Replies: 11
Views: 1,677
Posted By sanzilla
The OP is asking the question that 'what are the books for a beginner ?' The answer can be categorized to two ,
First of all I don't know how much you have the knowledge of OOP ( object oriented...
Forum: IT Professionals' Lounge Feb 28th, 2008
Replies: 37
Views: 4,233
Posted By sanzilla
to all female java buddies ,

do not discourage from the statement that 'There are less female java programmers in the industry' . That's the society problem and not a skill level or talnet...
Forum: IT Professionals' Lounge Feb 23rd, 2008
Replies: 1
Views: 3,171
Posted By sanzilla
What is an emulator ?
=====================
an emulator is an something that simulating something . an emulator
can be a simply machine or an pice of an software that runs on
your computer ....
Forum: IT Professionals' Lounge Feb 22nd, 2008
Replies: 37
Views: 4,233
Posted By sanzilla
I'm a boy who writing this post , anyway this is my open ideas about female java programmers ,

Both men and women are human beings , Technology is for human , no matter you are boy
or a girl the...
Forum: Java Feb 22nd, 2008
Replies: 6
Views: 1,324
Posted By sanzilla
public static int getValue(char c)
{
int hold;
switch (c)
{

case '0':
break;
}
}
Forum: Assembly Feb 22nd, 2008
Replies: 5
Views: 1,807
Posted By sanzilla
Can a user program create stacks as needed?


In the DOS you can done this. I have this eperience with the debug.com . In windows dos VM , the you can show this under the debug.com . I spend two...
Forum: Assembly Feb 22nd, 2008
Replies: 8
Views: 1,641
Posted By sanzilla
But apparently the only thing I need to change is the hooking and injection method, can't any of you guys help me on that? Rewriting the DLL in C/C++ is the very last option that I will take because...
Forum: Network Security Feb 22nd, 2008
Replies: 5
Views: 4,496
Posted By sanzilla
beacuse of the embedded windows is more small than the desktop windows operating system , the security risks are assume lower . The desktop windows is 40 million lines of code and I think and hope...
Forum: Windows NT / 2000 / XP Feb 20th, 2008
Replies: 11
Views: 13,559
Posted By sanzilla
hi everyone ,
We are here to help you out, not to do your assignment

yep they cannot do your assignment , but you can download a pre-done assignment like pre-compiled binary , easy money ! :)
...
Forum: Assembly Feb 20th, 2008
Replies: 8
Views: 1,641
Posted By sanzilla
I really don't know anything about vb , anyway ,
when calling a windows API you have different two versions of same API , UNICODE and ASCII version , this may be to problem at most time , anyway I...
Forum: Assembly Feb 17th, 2008
Replies: 2
Views: 1,350
Posted By sanzilla
cyberkenji08: We really does not know what is the flactform that you are asking about . It can be win32 , DOS , Linux or whatever anything . Beacuse this is a assembly langauge general form please...
Forum: Assembly Feb 17th, 2008
Replies: 9
Views: 1,363
Posted By sanzilla
why ? what's the problem ? DOS is a good starting point as well as win32 . The DOS and the Win32 is different flactforms that support different types of memory model and a programming framework to...
Forum: Assembly Feb 17th, 2008
Replies: 4
Views: 8,125
Posted By sanzilla
I would like to know how to program a PIC16F877 microcontroller

I recommand you to learn PIC16F84 like microcontroller first before you going into the PIC16F877 . Beacuse you can easily find a...
Forum: Assembly Feb 15th, 2008
Replies: 4
Views: 826
Posted By sanzilla
well , I'm using somwhat new computer with a intel main bord . I got the problem when I write it to the boot disk , the message not displayed . I really does not know why , but I wrote a program to...
Forum: Java Feb 14th, 2008
Replies: 2
Views: 1,283
Posted By sanzilla
Thank you man , I google it but did not get it . I think this library will helps me to ..
marked as sloved Thank you ! :)
Showing results 1 to 40 of 43

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC