Search Results

Search: Posts Made By: kbw
Forum: Programming 01-09-2013
1,171
Posted By kbw
To begin with, you should consider this an error:...
To begin with, you should consider this an error:
char* c1 = "Hello";
You're creating a mutable pointer into a constant memory block. It should be:
const char* c1 = "Hello";

When passing...
Forum: Programming 12-31-2012
1,054
Posted By kbw
It sounds like you need a middle tier. But you...
It sounds like you need a middle tier. But you really ought to be ask a question here rather than use us as a sounding board.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy