- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 3
I was an ugly faced one . Please don't look at my picture if you are a femail one . Thuse beacuse I was male OKY! . I really black and ugly . Please LEAVE IT TO ME!
- Interests
- LINUX KERNEL, LINUX OPERATING SYSTEM ITSELF, C++ Programming, Assembly Programming, Java Programming…
- PC Specs
- I Love LINUX , I love technology, I need TECHNOLOGY to make human being life comfortable . That's my…
32 Posted Topics
Re: Hay you can find out more books free and illeagal but , this is the web site www.flazx.com What ever you need "compiler design" please put that in the search box top of the site or please do a category search . I Wonder are you really needs to be … | |
Re: 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 make sure to ask the qustion little bit smater ! . However cyberkenji08, … | |
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 .NET to do the things very easily than using the .NET . and … | |
Re: [quote] I do know that Java does have device-handling compatibility, I just don't know all of the devices off the top of my head. Cell phones come to mind immediately =P[/quote] In the J2ME ( for the cell phones ) , there we are using the java API as in … | |
Re: [TEX] I would like to know how to program a PIC16F877 microcontroller[/TEX] I recommand you to learn PIC16F84 like microcontroller first before you going into the PIC16F877 . Beacuse you can easily find a programmer . I mean make a programmer . It will only costs at 75 ruppies .here … | |
Write Your First Application On Win32 ===================================== What is Win32 :-) win32 is an plactform that like J2ME and J2SE means that it have it's memory model and have a architure and have those Applications programming interfaces to call to the operating system . Like the APIS in the java … | |
Re: anyone knows where to find the white papers about this class of attacks ? or example exploit code for this ? | |
Re: 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 that embedded windows is less line of code than this . Today any operating … | |
Re: 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 ! This is not a file sharing site … | |
Re: if you wanna to execute a vbs file , just you can use execute the wscript.exe . | |
Re: 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 you stucked . I can give you a … | |
Re: use the JFileChooser , but that is swing , just google and find something about JFileChooser example [url]http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html[/url] will help you , | |
Re: I just run it on the netbeans , it is running ! anyway try again with , <applet code="./Xample1.class" height=250 width=200></applet> | |
Re: 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. | |
Re: [quote] other thing , i m LOOKING FOR a documentation witch will be simple and good for a biginner in this operatin system . [/quote] well , there they already have the documentation , I think follow this link. [url]http://www.opensolaris.org/os/community/documentation/[/url] I think it is better to use ask this question … | |
Re: 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 youtube is now owned by google so no matter mentioning that name. | |
Re: [B]That doesn't seem very urgent. One already exists, it's called the C preprocessor. [/B] I am a newbie poster , I dont sure that I have something to share with you . But , it looks like you are asking how to preprocessor is working ? so the simple answer … | |
Re: [quote] When executing, there are no errors, but it can only support host / client. [/quote] 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 … | |
Re: [quote]i tried more than one but i dont know how to solve it >>> i feel booooooooooooooring [/quote] 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 … | |
Re: [quote] #include <iostream> #include <fstream> [/quote] 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 … | |
Re: [quote]Say x^7? [/quote] that really doesnot a pain . x^7 = X^3 * x^4 = ... ... ... | |
Re: 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 does not read your code . In win9x the UNICODE … | |
Re: 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 technology is for you and the programmer is a … | |
Re: 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 programming ) and OOAD ( object oriented analysis and design … | |
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 . Which means a machine that simulates another machine. Why emulators ? =============== When you install and … | |
Re: [ICODE] public static int getValue(char c) { int hold; switch (c) { case '0': break; } }[/ICODE] Where is your return statement ? use an approprimate return value . It looks like that you are baby-new to Java . [1] . You does not indent the code , (bad pratice … | |
Re: [ICODE]Can a user program create stacks as needed? [/ICODE] 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 days for to find what's wrong with my program … | |
Re: hi everyone , [TEX]We are here to help you out, not to do your assignment[/TEX] yep they cannot do your assignment , but you can download a pre-done assignment like pre-compiled binary , easy money ! :) anyway , To know about how windows 2000 manages memory you needs to … | |
Re: [QUOTE=Dave Sinkula;537376]For starters: are you really programming for DOS? Plain old DOS. Not a Win32 console or anything, but 20-year-old DOS?[/QUOTE] 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 … | |
Re: 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 wait until I press a key … | |
Hi I am really little bit new to java , actually J2ME , really , can anyone know the API or libraries that can freely download to handle the vcf business card format that come with outlook express ? I really feel lazy to write my own code , anyone … | |
Re: hay man you asking for a free book . He he man ! You Got it man . Here is the web site that you can download everything in computing book world . http://www.flazx.com/ Oh HOOO! you need assembly then , you go to, http://www.flazx.com/category38.php MAN ! The above thread … |
The End.