Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Language
Any
Platform
License
Any
Don't try to link 16-bit stuff to 32-bit, it won't work.
You almost had the FillConsoleOutputAttribute call right, but not quite :)
Also, you need a handle to the console, try this:
.486
.model...
Hi,
in my application i am using the following code to display
requested number of Questions and it's Answers in a page. after
clicking Finish button i have to save the selected options into...
: Hey all, i am writing a webpage that retrieves data from a database
: in the form of an OracleDataReader.
:
: Now it returns a couple of ids and some names. What i want to do is
: to insert...
Whats up with all of these homework requests? I think PH should remove the "free source code" from its advertising...I think that might be part of the problem.
In either case, while PH does...
hi,
does anyone know a xml code that would allow me to put text in the corner of every frame of a movie being edited in windows movie maker ?
it would be like making a "title on selected clip" but...
I have an xml file saved from Excel. The first cell in the first row contains a number that represents the row my column headings will start. I'm trying to get the value from this cell and put it...
SaveToFile("test.txt");
delete MyList;
This works most of the times. However, sometimes the program kind of "hangs". The cpu uses 100% but the page is not loaded. The page is accessible though...
I would like to have an evenly spaced table that will be ten cells wide, but I do not know how to write the .xsl file so that it knows when to start a new row. I would like a row of pictures, and...
---
If you are wanting to do this without an existing OS or system software, and have an x86 compatible machine:
There are several methods. The Bios itself is limited to the low 1 MB of memory...
: how do i rewrite the following procedure code without using
: assembler directives ENTER, LEAVE or LOCAL:
:
The x86 assembly language supports the assembly instructions "enter n, 0" which...
Hi, i am not sure what you want to do but what is your timer interval?
do you want to load the xml at every one tick?this is how i do it,:
eventualy with a separate thread:
1)i read the xml...
Please, follow the Forum guidelines and don't double post (also posted at x86 assembly).
Pick one (Sub-)Forum to post in and stick to that one.
Best Regards,
Richard
The way I see it... Well,...
I have a video chat project.I use DirecxShow to capture video frames and udp to translate the video data.In the project,I use WM_TIMER message(using SetTimer() of cource)to capture a video frame and...
: :
: : How is the macro used?
: :
: : And what are VCC and VDD, macros too?
: : The following code would be illegal according to ansi C:
: : VCC=1 VDD=1;
: --------------------------------...
: HI
: Can anybody help me on an experiment i am working on.
: I designed a html page that has a table with a few cells in it.
: Each cell in the table should hold a value that should update
:...
: HI
: Can anybody help me on an experiment i am working on.
: I designed a html page that has a table with a few cells in it.
: Each cell in the table should hold a value that should update
:...
HI
Can anybody help me on an experiment i am working on.
I designed a html page that has a table with a few cells in it.
Each cell in the table should hold a value that should update dynamically....
: Hi all,
: I am fresher and I am working on programming the micro controllers
: (8,16,32-bit) but I am not getting the path how to start working. I
: am aware of 8085 micro processor but...
: i wan to compile a C/C++ program to detect cpu speed. (in DOS
: platform)
:
: any useful links or sources?
:
On Intel-processors, there's the RDTSC-instruction you can use.
But that's...