Showing results 1 to 23 of 23
Search took 0.01 seconds.
Posts Made By: mytime19
Forum: Assembly Dec 22nd, 2007
Replies: 4
Views: 773
Posted By mytime19
Solution Re: I have an assignment.... Help...

get it here hxxp://webster.cs.ucr.edu/AoA/index.html (http://webster.cs.ucr.edu/AoA/index.html)
Regards,
lucky
Forum: Assembly Nov 28th, 2007
Replies: 2
Views: 485
Posted By mytime19
Re: incorrect output without DEBUG

Try out TASM for that query..
HAVE A NICE DAY!!
Forum: Assembly Nov 28th, 2007
Replies: 6
Views: 1,279
Posted By mytime19
Re: TASM Arithmetic

I'm not here to give rise to fights and at my time I have done and learnt all assembly programming and mips on my own. So,why can't he?
hey kid, if you got problems in asm then don't bother in...
Forum: Assembly Nov 25th, 2007
Replies: 6
Views: 1,279
Posted By mytime19
Re: TASM Arithmetic

hey, dont be so rude.. here is my old post on forum for division algorithm. you can pm me for any help on assembly. http://www.daniweb.com/forums/thread61663.html
Forum: C# Jul 7th, 2007
Replies: 3
Views: 3,269
Posted By mytime19
Troubleshooting Re: Help Needed in C# (picture viewer)

i tried to remove my errors by myself and finally i am at one last error as i replaced this code

private PictureBoxSizeMode[] modeMenuArray =
{
...
Forum: Assembly Jul 7th, 2007
Replies: 2
Views: 926
Posted By mytime19
Re: Newbie here with a quick question

well brother look and read for INT 21H with data moving to DX(for output or printf) and AL(for input or scanf) to use scanf and printf as you use in C.. Strings are handled in different way that a...
Forum: C# Jul 7th, 2007
Replies: 3
Views: 3,269
Posted By mytime19
Troubleshooting Help Needed in C# (picture viewer)

I have created a picture viewer in C# but it's giving 2 errors, i don't know how to deal with them. I'm at beginner level in C#. So please help me in this, I have written the code and errors below,...
Forum: Assembly Mar 3rd, 2007
Replies: 7
Views: 6,318
Posted By mytime19
Re: c program convert to tasm

well i think you can't use much C lang stuff with tasm.. the reason is that it uses DOS and you know that it can only program 16 bit stuff not 32-bit.. so i got the same problem but just upgraded to...
Forum: Assembly Dec 24th, 2006
Replies: 1
Views: 1,050
Posted By mytime19
Help hi everyone..

i need softice for deassembling my assembly code..
can you give me any link to download?
i do have softice but it work for 95 i have xp installed..
Forum: C++ Dec 22nd, 2006
Replies: 10
Views: 1,698
Posted By mytime19
Help Re: hi everyone..

can't you help me out.. i mean in antivirus programming direction.. i want you to give me direction to start. i know c++ and assembly which is used for it.:sad:
Forum: Computer Science and Software Design Dec 22nd, 2006
Replies: 6
Views: 1,578
Posted By mytime19
Re: hi everyone..

well i want mca enterance help..:(
Forum: C++ Dec 22nd, 2006
Replies: 10
Views: 1,698
Posted By mytime19
Re: hi everyone..

so no help available:(
Forum: Windows NT / 2000 / XP / 2003 Dec 22nd, 2006
Replies: 2
Views: 1,837
Posted By mytime19
Re: spped up win-xp

hi, type "msconfig" on "run" in your start menu..
and i think last option is there named as "startup"..
deselect all your enteries will speed up your pc.
Forum: Computer Science and Software Design Dec 22nd, 2006
Replies: 6
Views: 1,578
Posted By mytime19
Help hi everyone..

i need previous years enterance papers with solution..
can anyone give me any link or help me out..
i'm having exam.. IIT JAM 2007
Forum: Computer Science and Software Design Dec 22nd, 2006
Replies: 13
Views: 22,711
Posted By mytime19
Re: BSc Computer Science final year project

well don't worry i'm doing the same course from delhi university..
i can only help you out in c++ and assembly..
we had given a good guidence for projects..
i'll tell you when you come online.. well...
Forum: C++ Dec 22nd, 2006
Replies: 1
Views: 1,705
Posted By mytime19
Help hi.. need help in antivirus programming

hi...can anyone give advice, tips, on how will i come up in developing the antivirus software coz i dont have any idea.. im know core level in assembly and i haven't tried using the it.. i have had a...
Forum: Assembly Dec 22nd, 2006
Replies: 1
Views: 1,057
Posted By mytime19
Help hi everyone..

well i need books on ASM which uses C..
i know assembly and C seperately but don't know how to use C with assembly.. so thats why i need help..
and i'm working on Tasm..
but i need manual of masm 9...
Forum: PHP Dec 22nd, 2006
Replies: 1
Views: 718
Posted By mytime19
Help hi everyone..

i need php mailer..
can anyone give me any link ?
Forum: C++ Dec 22nd, 2006
Replies: 10
Views: 1,698
Posted By mytime19
Help hi everyone..

i need computer graphics programs written in c..
thanks a lot..:sad:
Forum: Assembly Dec 22nd, 2006
Replies: 3
Views: 2,284
Posted By mytime19
Re: A simple problem can anyone help

give me complete program i'll solve it..
Forum: Assembly Dec 22nd, 2006
Replies: 1
Views: 918
Posted By mytime19
Help hi everyone

i want to convert a 32-bit processor video card into 64 bit..
i mean i want a souce code which work it for 32 bit processor as 64 bit processor..
64 bit processor is a dual core processor...
Forum: Assembly Dec 22nd, 2006
Replies: 2
Views: 4,583
Posted By mytime19
Re: DIVISION algorithm

hi try this one..


.model SMALL
.386
.DATA
a1 dB 'Enter the first number$'
a2 dB 'Enter the second number$'
A3 DD ?
A4 DD ?
Forum: Assembly Dec 22nd, 2006
Replies: 7
Views: 3,409
Posted By mytime19
Re: URGENT: Code for 32 Bit Division

.model SMALL
.386
.DATA
a1 dB 'Enter the first number$'
a2 dB 'Enter the second number$'
A3 DD ?
A4 DD ?
.code
.STARTUP
mov ebx,00000000H
Showing results 1 to 23 of 23

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 8:56 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC