Forum: VB.NET Sep 28th, 2006 |
| Replies: 0 Views: 917 hi,
i have a project related to voice transmission and i need and algorithm o code about voice compression
thanx |
Forum: VB.NET Jun 16th, 2006 |
| Replies: 3 Views: 2,854 salam :
i need a good website or ebooks about network programming using winsocket |
Forum: VB.NET Jun 16th, 2006 |
| Replies: 0 Views: 2,267 salam :)
i need a good website or ebooks about network programming using winsocket |
Forum: C++ May 25th, 2006 |
| Replies: 3 Views: 15,239 i write a hexadecimal value on a file using "ofstream" then i want to read this value from a file (may be as a string) and then convert it to its hexadecimal value then manipulate it(i.e... |
Forum: C++ May 25th, 2006 |
| Replies: 3 Views: 15,239 hi
i need to r write binary(hexadecimal) values into a text file then read this data and manipulate it as a number
:sad: |
Forum: C++ May 25th, 2006 |
| Replies: 6 Views: 7,740 and this is a first few lines from the file it represent a hexadecimal value
00481D70
00481D74
00481D78
00481D7C
00481D80
00481D84 |
Forum: C++ May 25th, 2006 |
| Replies: 6 Views: 7,740 thank you for your interest
i try to defined address as a string and read data but didn't work
below is the code that write into a file
#include <fstream>
#include <string>
using... |
Forum: C++ May 25th, 2006 |
| Replies: 6 Views: 7,740 #include<iostream>
#include <fstream>
#include <string>
using namespace std;
int main()
{
ifstream in("myfile.txt");
in>>address; |
Forum: C++ May 25th, 2006 |
| Replies: 6 Views: 7,740 i write a program which write a value of a pointer into file using "out" now i need to read this data from the file but when i read it and print it on the screen a minus value appear.
can you help... |
Forum: C May 24th, 2006 |
| Replies: 4 Views: 2,393 thanx for your reply :)
i need the address that the pointer point to , |
Forum: C May 24th, 2006 |
| Replies: 4 Views: 2,393 i need to write the value of a pointer into file then read it can you help me
thanx |
Forum: VB.NET May 6th, 2006 |
| Replies: 2 Views: 2,137 |
Forum: VB.NET Mar 30th, 2006 |
| Replies: 2 Views: 2,137 Salam for all ;)
can you help me and give me links to a perfect books in network programming |
Forum: C++ Mar 17th, 2006 |
| Replies: 5 Views: 3,330 |
Forum: C++ Mar 17th, 2006 |
| Replies: 5 Views: 3,330 |
Forum: C++ Mar 17th, 2006 |
| Replies: 5 Views: 3,330 :lol: hello
i want to show the time in a certain program in part of seconds but i don't know,can you help me in solve this problem?
thanks |