Wrox Programmer Forums
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #11 (permalink)  
Old November 6th, 2006, 08:05 AM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

Well You are doing good and keep up the good work

~ Geo

 ~ You are unique, just like everyone else
Reply With Quote
  #12 (permalink)  
Old November 7th, 2006, 09:54 AM
Registered User
 
Join Date: Nov 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

well

Reply With Quote
  #13 (permalink)  
Old November 7th, 2006, 09:56 AM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

????

~ Geo

 ~ You are unique, just like everyone else
Reply With Quote
  #14 (permalink)  
Old November 8th, 2006, 09:40 PM
Registered User
 
Join Date: Nov 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello everybody !
 I'm looking for a source code (in Visual C++) to record sound from micro on sound card and compress it on the standard GSM 6.10 codec and save it into file *.Wav ( nearly the file sndrec32.exe in Window XP). I hope to receive the help from everyone. thank you !
 Please contact to me through email : [email protected] .

Reply With Quote
  #15 (permalink)  
Old November 9th, 2006, 09:28 PM
Registered User
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

I am new to c++. In inputing from keyboard, I thought the input would be in "character" form and needed to be converted to integer before you can use them. Is that true??
Reply With Quote
  #16 (permalink)  
Old November 10th, 2006, 07:55 AM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

NO.

Not exactly.

If you wanted you could declare a variable such as:

int myInteger;

than you could accept input from it such as:

cin >> myInteger;

then the user could enter an integer value

using characters is a poor yet somewhat successful practice

I created a function that accepts input as a character and then converts it to a specified value declared in the function

however this is only so that I can reduse the number of try catch exception handlers

if you are new to C++ I suggest following along with your book

before you try this function =P

don't want any confusion later on

but that was a good question

~ Geo

 ~ You are unique, just like everyone else
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with coding Gini Visual Studio 2008 2 March 6th, 2009 04:14 PM
Coding Help sugunakar Classic ASP Professional 2 March 30th, 2008 04:42 PM
Help coding here Scoob PHP How-To 3 January 26th, 2006 11:18 AM
coding mdlan PHP Databases 1 May 28th, 2005 07:40 PM
can someone help me in coding this? somanchivasu Access 1 April 5th, 2004 02:41 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.