Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Any
Platform
Any
License
Open Source
Remove
: : Hey I want to convert all my pics to bmp and put them on a device
: : using C++ but there's like next to no info on how to do this. There
: : is some software but they cost and I'm broke. I'm...
: Hey I want to convert all my pics to bmp and put them on a device
: using C++ but there's like next to no info on how to do this. There
: is some software but they cost and I'm broke. I'm using...
Hey I want to convert all my pics to bmp and put them on a device using C++ but there's like next to no info on how to do this. There is some software but they cost and I'm broke. I'm using...
: actually i want a program to print any jpeg or bmp or any image
: fileon to the monitor using graphics in c
: plz help me
:
:
Why? The purpose of developing a program is to find a...
I guess you don't see the whole spectrum of your project.
What you want to achieve is hardly doable. The way you plan it, it is not possible for sure.
I got two more questions though:
If...
: : hey, i'm in a project now(school), we must make a machine for a shop
: : where customers can edit en print their photos themself.
: :
: : therefore i need to some thing that can detect USB...
: hey, i'm in a project now(school), we must make a machine for a shop
: where customers can edit en print their photos themself.
:
: therefore i need to some thing that can detect USB drives on...
hey, i'm in a project now(school), we must make a machine for a shop where customers can edit en print their photos themself.
therefore i need to some thing that can detect USB drives on input and...
perhaps why people dislike perl for development of robust systems is no direct support from language to do multi-threading, platform independent GUI (like java swings), not sure how effective is its...
: Yeah, its crap that we have to pay for it. Thats stupid that "exploration" as simple as this costs money but its not like there is really any other alternitave.
: I'll look for it free somewhere...
: : MenuetOS didn't like my VooDoo card, so it didn't show any font's.
: : AND no directions came with it,
: : the .asm code didn't have much overview info,
: : so I was left in a "info void"...
I'm a Linux newbie, too, but I am very convinced of it:
The advantages I find important are:
- The price (ok, who buys windows? :)
For 50$ you get a complete package including 7 CDs and a...
This message was edited by the loukota at 2002-5-20 15:38:48
: I am needing to write a program that I can get the signal strength. I know that you can run the program that comes with the card (...
This message was edited by the PrzemekG_ at 2002-5-18 8:8:2
I'm not sure it is a good routine for int 21h 48, 49. The original routines allocates segments (num of bytes SHR 4), if a program will...
: I am seeking for a commercially available C compiler for the Pentium processor. What I want to do is to write a program in C/C++. The program is then compiled to machine code. Then, it is burnt...
: Hi,
:
: Where should i start with making a compiler for C and C++.
: I realized this:if companies such as Borland or Microsoft can put on market product such as Borland compiler for C/C++ (and...
: : : You should first check to see if your hardware even supports that. Usually only the BIOS has access to that.
: : :
: : : -Xotor-
: : :
: :
: : well im sure my hardware supports that...im...
: : You should first check to see if your hardware even supports that. Usually only the BIOS has access to that.
: :
: : -Xotor-
: :
:
: well im sure my hardware supports that...im allready got a...
: You should first check to see if your hardware even supports that. Usually only the BIOS has access to that.
:
: -Xotor-
:
well im sure my hardware supports that...im allready got a tool which...
Yes, I know exactly what you're saying. I had a file copy routine in QBasic
that used that code. When I ran it under Windows it was ~17 times slower!!
I fooled with it a bit to try to speed it up...