hey,

newbie here.. how do i store a string which is taken from integer :?:

Recommended Answers

All 3 Replies

I can't get you. Can you explain your question? In what language you want to store? Is it storing an integer like 12 as "12"

Beuls

There is a function called itoa() which converts integer to string

There's also sprintf and using iostringstream. All depends on language, preference, and context.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.