This is a discussion on "How can you convert an array of ints into a string (C language)" within the Other Programming Languages section. This forum, and the thread "How can you convert an array of ints into a string (C language) are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
How can you convert an array of ints into a string (C language)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
How can you convert an array of ints into a string (C language)
I'm working on Win32 program where one process calculates a catalan sequence, creates a shared memory and writes the sequence into that shared memory. So I have an array of ints(it'll be the sequence values) and I want to put values of that array into the lpMapAdress(which is a pointer to shared region) using sprintf. sprintf(lpMapAddress, ...) How do I do that? How do I convert an array of ints into the string, so I can put it in the shared memory? I woud appreciate any input you can offer. Thanks
|
|
|
|
#2
|
|||
|
|||
|
Re: How can you convert an array of ints into a string (C language)
Moved the thread to here, hopefully will get more response
|
![]() |
| Tags |
| convert, array, ints, string, language |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to convert sql statement to multi array | yuexuan | PHP Forum | 1 | Jan 20th, 2008 10:06 |
| split a string into an array | djanim8 | Classic ASP | 0 | Oct 11th, 2006 13:04 |
| convert string to datetime format ... | jeffmarsh | Other Programming Languages | 0 | Jul 2nd, 2006 06:36 |
| Sorting a new array from an existing array | Ozeona | Flash & Multimedia Forum | 2 | Sep 20th, 2005 08:43 |
| array unable to check another array so as to be displayed | Ozeona | Flash & Multimedia Forum | 1 | Aug 5th, 2005 10:26 |