Forum: C++
May 8th, 2005, 8:07 AM
|
|
Replies: 2
Views: 129
question(filename)
i want to promt the user to enter the file name and then use the entered file name to open that file>>>the method i use is as follows
usigned char a[200][200];
string filename;
cout<<"enter file...
|
Forum: C++
May 8th, 2005, 7:40 AM
|
|
Replies: 2
Views: 127
question(ARRAy)
i have the following problem:
i need to define two dimension array with unkown size,the array define after its size is computed>>>>example:
#include<iostream.h>
int main()
{
|
Forum: C++
May 5th, 2005, 3:35 PM
|
|
Replies: 1
Views: 141
question
hi
how can i prompt the user to enter file name
and receive this name of the file and do an operation on that file
that is: let the file name change as the user require
and do operations at that...
|
Forum: Visual Basic
May 5th, 2005, 3:30 PM
|
|
Replies: 3
Views: 182
question
hi
how can i open a file from a visual basic interface if the file is in anywhere in the computer
and then send the file name to an EXE file to do operation on the opened file?
Private Sub...
|
Forum: C
Apr 26th, 2005, 3:22 PM
|
|
Replies: 4
Views: 425
no prob
for ur case
u can write your data to an (.RAW) file instead of BMP which needs header
u need a photoshop to open .raw file
when writing to it u dont need to write a header
amin.........
|
Forum: C
Apr 26th, 2005, 3:17 PM
|
|
Replies: 4
Views: 425
i need help
hi .........
i am doing an image compressing algorithms
so i had the following problem in programming the jpeg algorithm
when the data is entered for the DCT equation
when i want to return it back...
|
Forum: C++
Apr 22nd, 2005, 3:53 PM
|
|
Replies: 4
Views: 133
|
Forum: C++
Apr 22nd, 2005, 3:51 PM
|
|
Replies: 4
Views: 133
|
Forum: C++
Apr 22nd, 2005, 3:49 PM
|
|
Replies: 4
Views: 133
|
Forum: C++
Apr 22nd, 2005, 3:46 PM
|
|
Replies: 4
Views: 133
question (important)
hi ppl!
i want to do compression algorithm : while i am doing it i had the following problem that i want to be solved as soon as possible if any one can help me plz
..........
i have an equation in...
|
Forum: C++
Apr 21st, 2005, 4:40 PM
|
|
Replies: 2
Views: 322
question (BMP header)
hi ppl
i want to ask about how to write to a bmp file by c++
that is bmp files begin with header so if i want to write bmp file by c++ i must write the header before writing data
so any one can help...
|
Forum: C++
Apr 6th, 2005, 2:05 AM
|
|
Replies: 1
Views: 119
question about files
hi ppl
i want someone please to answer me!
how can write a data such as ( 0.7) to a file in a size which is smallest
that is not a float , i want the least size that i can
another question...
|
Forum: C++
Mar 18th, 2005, 12:19 PM
|
|
Replies: 2
Views: 161
question about BINtoASCII
plz anyone can help in finding a code for converting a sequence of binary to its ascii code
if i want to convert every 8 binary to ascii , and every 16 binary sequence to 2 ascii codes . and write...
|
Forum: C++
Mar 9th, 2005, 2:52 AM
|
|
Replies: 6
Views: 171
very important question!
hi people!
i am doing a graduation project about image compression,and i faced the following problem:
my c++ program read the image as unsigned char , and i want to store it as unsigned int and this...
|
Forum: Assembly
Oct 23rd, 2004, 4:36 AM
|
|
Replies: 28
Views: 2,082
|