C++ Template - Does it work on 16-bit platform

  • Thread starter softwareengineer2006
  • Start date
S

softwareengineer2006

C++ Template - Does it work on 16-bit platform

Hi All,

I was using an open source wbxmlparser for my mobile application.



Now I am supposed to port the mobile application into a 16-bit
platform,



The parser is not working at all for 16-bit platform, I am suspecting
the template classes used by the open source wbxmlparser is causing
this problem.



Any help will be appreciated.
 
B

benben

C++ Template - Does it work on 16-bit platform

Of course.
Hi All,

I was using an open source wbxmlparser for my mobile application.



Now I am supposed to port the mobile application into a 16-bit
platform,



The parser is not working at all for 16-bit platform, I am suspecting
the template classes used by the open source wbxmlparser is causing
this problem.

Do you mean the specific class template you use or the concept of
template as a whole. Only the latter is a language issue. If it is not a
language issue then you will have far better response in a newsgroup
dedicated to the topic in question.
 
R

Rolf Magnus

C++ Template - Does it work on 16-bit platform

The availability of templates has nothing at all to do with the native bit
width of the target platform.
Hi All,

I was using an open source wbxmlparser for my mobile application.



Now I am supposed to port the mobile application into a 16-bit
platform,



The parser is not working at all for 16-bit platform, I am suspecting
the template classes used by the open source wbxmlparser is causing
this problem.

No. This can't be the problem.
 
L

Larry I Smith

C++ Template - Does it work on 16-bit platform

Hi All,

I was using an open source wbxmlparser for my mobile application.



Now I am supposed to port the mobile application into a 16-bit
platform,



The parser is not working at all for 16-bit platform, I am suspecting
the template classes used by the open source wbxmlparser is causing
this problem.



Any help will be appreciated.

Only if the compiler you are using supports templates.
Many older 16 bit compilers did not, because the compilers
pre-dated templates in the language.

What compiler (from what year) are you trying to use?

Larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top