User profile: Shubham2000

User info
User name:Shubham2000
Name:Shubham Sharma
Location:Ludhiana, Punjab, India
Statistical data
Birthdate:Oct 11, 2000
Gender:Male
Occupation:Programmer
Skills:C
C++
History
Joined:
Number of posts:7
Latest posts:

How to get ANSI value for char in C++
I have a file encoded in ANSI. I need Hex code for the char. For Example char: ^ ANSI code is 13...

How to down sample a "wave" file (audio)?
@Ganado Thanks for sharing. Your answer helped me a lot

How to down sample a "wave" file (audio)?
I have a wave file and want to reduce the sample rate by half. I read about averaging the consecut...

How to read file having different line ending in Cpp
We will need to read the block and then find out the appropriate line-ending. So, we will need to op...

How to read file having different line ending in Cpp
Yeah! that's me too. There is an issue with that code too. Can you provide some other implementation