|
When a response receives a 1 vote (located at the bottom right of the response).
|
|
|
|
|
will you please help me???
you understood my problem?
|
|
|
|
|
1. Be organized classes and write the application to allow load and display all kinds of image files with the extensions in the following categories. Jpg,. Bmp,. Dib,. Gif. Programs that change the image as horizontal turn, vertical (mirror), dial 900, the gray level to get the sound, get the wrong picture of the two special functions and stored into different (but still one of the significantly above).
Requirements: The thought by the audience. Can be programmed in the Windows environment. Do not use static function as eg in the theory, does not switch, in the case.
2. An "input directory" is a folder or a file, a directory of many "input folder". Drive is a special case of the directory. Be organized classes to perform concept computer, disk drive, folder, file with the relationship as over. Write the application for permission to view the content of the object type as similar functions of the software Tree NC.
3. For the types: circle, ellipse image, the polygon, crescent,'s wings, rhombus, parallelogram, trapezium, rectangle, square, triangle, triangle square, square triangle needed. Write a program that allows applications to create (or enter) the two pictures in one of the above. Notice in two pictures that are not intersecting, if any color to the bowl and the dark sea of the interface. The user can press the arrow keys to move one of two pictures, the +, - to zoom out one of the two pictures. Programs can work with all kinds of equipment in different graphics modes, text mode (each a '*' is a moral pixels). Program can zoom to pixel morally, from the graphics mode to text or vice versa, users do not see the object to be exhaustive or bé tí hon.
4. A road of many road Polyline (line), each line can be a straight section (Strait line), and (ARC), or a bezier polyline. Organization of classes necessary, establish the relationship between class and write a program that allows to create polyline, create a copy of the polyline, zoom in, zoom out, turn polyline, polyline separation (separation of the polyline in the a polyline into the road (line, arc, bezier), define two functions have polyline cross or not?
|
|
|
|
|
Instead of keep posting the same message here all the time, why don't you redirect that effort into learning about your subject so you can do your homework.
Once you have specific queries about the technologies you're using, ask those specific queries - you're more likely to get a positive result.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
|
|
|
|
|
See here.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
|
|
|
|
|
It's still hard? For 2 days? You should really do something to remedy this. Go grab some tissues, lock yourself into a quiet room and go nuts. Afterwards it will be much easier to concentrate on the programming problem and solve it in no time!
|
|
|
|
|
plz send me codez, sir.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
Hello
I have a problem and will be very appreciated if somebody can help me with it.
We have software which run 3rd party tools and read response from StdOut.
How this implemented:
Main software create 2 pipes
Then create process for 3rd party tool and assign these pipes
Then read all data what send to StdOut of created process
And that very good works on Win95-WinXP.
But not under Vista.
Under Vista I cannot read any data from *.com files (old DOS format files).
Anybody know what can be reason?
Does Vista have some restriction for this files?
Any security issues?
Under WinXP any problem, all works very good with *.com and *.exe.
Also when I run in command line:
C:\Temp\>cc51.com > res.txt
res.txt is empty.
(cc51.com is the tool what we run in created process).
Any help will be appreciated.
Igor
|
|
|
|
|
|
Thank you for answer.
I read these articles, but this is not my case.
I have 32 bit Vista and I can run this application and they work well.
The only issue - I cannot get output.
Any other ideas?
|
|
|
|
|
Slepchenkov wrote: I have 32 bit Vista and I can run this application and they work well.
Did you mean that the .com application is working well in Vista ? Could you please explain how you made that conclusion ?
Could you please share what happened when you type
C:\Temp\>cc51.com and the message/output you seen at your console ?
|
|
|
|
|
Please see screen shot with command window:
www.bipom.com/support/cc51shot.png
As you see i started new command line in Windows Vista and run cc51.com.
It runs and return usage info.
Any other messages/warnings.
So it works.
This is compiler for C programs. I also can compile files under Vista with it.
So it works well.
Please note, I have Vista 32bit, not 64bit.
|
|
|
|
|
Since I don't have a copy of cc51.com, I couldn't do any more tests to find out your problem Sorry.
But from the sample screen and your original post, I have a question,
Are you missing something ?
The usage of CC51.com shows that you have to give the <name> right ? And the options too...
is it like C:\Temp>CC51.com some_file.c -q > res.txt
|
|
|
|
|
I simple use cc51 without parameters to show that it works.
Thank you for help.
|
|
|
|
|
Hello friend,
I have created DLL for the device using serial comport.
After sending the command, I am receiving ANSI characters raw data from device as below:
e.g 1>
0x00 0x08 0x1b 0x1a 0x10 0x00 0x02 0x00 0x00 .......
e.g. 2>
0x10 0x3c 0x0F 0x00 0x08 .......
I want to store this data in MS ACCESS (.mdb) file.
Problem :
1> Whenever trying to store the data, it stores into the database data
up to NUL(0x00) character.
2> Not able to store NUL(0x00) and data content after NUL character in database.
Please give me any suggestions for storing the data in database.
Thank you
|
|
|
|
|
Member 4620216 wrote: Please give me any suggestions for storing the data in database.
Have you tried using an "OLE Object" field rather than a "Text" field?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
|
|
|
|
|
Thanks for the reply.
But OLE object will just embed or link any file .doc or .jpg with the excel.
I want to store special charcters in the database.
Is there any way other than it.
|
|
|
|
|
Member 4620216 wrote: But OLE object will just embed or link any file .doc or .jpg...
...or other binary data.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
|
|
|
|
|
About special character conversion,
Try encoding the characters, you may get some idea from here[^] and here[^]
Member 4620216 wrote: 0x10 0x3c 0x0F 0x00 0x08 .......
I want to store this data in MS ACCESS (.mdb) file.
To store binary data as such in MS ACCESS, use BLOB data type. See this [^]for details.
|
|
|
|
|
Hi,
The below code works fine in VC6.
double i =-3.3;
double j =2.4;
double result = pow(i,j);
if (result <1.0E-13)
{
printf("true");
}
else
{
printf("false");
}
In VC6, IF condition is true. Whereas in VC8, its failing.
Could any one explain the reason, why its failing in VC8.
Thanks,
Anandi
|
|
|
|
|
dotnetkoders wrote: In VC6, IF condition is true. Whereas in VC8, its failing.
Have you looked at the actual value in both? In VS6, the value of result is -1.#IND000 , indicating NaN for floating-point numbers.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
|
|
|
|
|
Yes. In VC6, result value is -1.#IND000000000 whereas in VC8 -1.#IND000000000000
|
|
|
|
|
So rather than call pow() with invalid input, why not check the base value first, or call _isnan() on the result?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
|
|
|
|
|
dotnetkoders wrote: Could any one explain the reason, why its failing in VC8.
Because VC8 is compliant with IEEE754[^], whereas VC6 wasn't (did VC6 comply with any standards, I wonder, 'cause it didn't comply with the C++ standard either. Anyway.)
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
|
|
|
|
|
What is your definition of 'works fine'?
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|