Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~11.9K People Reached
About Me

Trainee C++ developer

Interests
hurling, football
Favorite Forums
Favorite Tags
c++ x 8
c x 2

7 Posted Topics

Member Avatar for Dave Sinkula

Anyone any dealings with "C++ How To Program" 5th Edition? Work ordered it for me and I'm reluctant to use it if it would teach bad habits as has been suggested in one review that i have read

Member Avatar for shahidali6
11
10K
Member Avatar for psionic

That seems a bit overkill, why not just cast the character to an integer and add the number then recast back to character? This also deals with the idea of outputting in the same case as was input. Of course you could also put in a check to make sure …

Member Avatar for srinivasan106
0
365
Member Avatar for ramcfloyn

Hello, anyone familiar with ansiString? Have a problem involving a string "1 1", should read "11". I want to get rid of the space in the middle. Can't change it to a character string or std::string so that isn't an option. Will i have to compare each character inturn with …

Member Avatar for Ancient Dragon
0
371
Member Avatar for ramcfloyn

Hello has anyone any experience of using log4cpp on borland builder 6, the open source code has a bcb5 project but there are build errors when this is transported to builder 6.. it's frustrating. Any1 know of any online documentation etc?

0
87
Member Avatar for ramcfloyn

Im attempting to do bitwise operations on a character string and want to use the bitset template. I am having some trouble, it doesnt seem to like to be constructed using a char* string or std::string... I'm knew to this particular template. Here is what I'm attempting: std::bitset<3000> Line("abcdefghijklmnop..."); anyone …

Member Avatar for ramcfloyn
0
161
Member Avatar for ramcfloyn

Hello I'm interested in manipulating a *.tif file using C++. I am aware of libtiff which features library files and utilities for tiff manipulation but this seems largely C based and also i'm having trouble setting up the environment in borland builder 6. Does anyone have any other alternatives to …

Member Avatar for ramcfloyn
0
128
Member Avatar for ramcfloyn

I am currently writing a C++ program that uses a external library and engine that is primarily based in C. I am attempting to load an image file and the function requires that the argument be passed as a char *szFileName. I have the file address as a string and …

Member Avatar for ramcfloyn
0
834

The End.