Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conversion

Status
Not open for further replies.

dbadmin

Programmer
Jan 3, 2003
147
US
Hi,

I have a database table data which says "^n". Is it possible to convert it to raised to n (superscript) using VC++?

dbadmin
 
Parse the string, catch the ^ character - when you see this, you call the pow() function. You catch the n character and use it as the index in pow().
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top