Click here to Skip to main content
15,887,214 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Creating v2.0 of a legacy client/server application Pin
jschell18-Oct-12 10:02
jschell18-Oct-12 10:02 
QuestionSuggestions on implementing a search engine Pin
Sau00210-Oct-12 22:24
Sau00210-Oct-12 22:24 
AnswerRe: Suggestions on implementing a search engine Pin
Eddy Vluggen10-Oct-12 23:53
professionalEddy Vluggen10-Oct-12 23:53 
AnswerRe: Suggestions on implementing a search engine Pin
jschell11-Oct-12 9:02
jschell11-Oct-12 9:02 
QuestionDataCache Design Pin
nitin_ion9-Oct-12 20:20
nitin_ion9-Oct-12 20:20 
AnswerRe: DataCache Design Pin
dojohansen10-Oct-12 4:53
dojohansen10-Oct-12 4:53 
QuestionAlgorithm help, Splitting up multiple readings Pin
glennPattonWork39-Oct-12 0:54
professionalglennPattonWork39-Oct-12 0:54 
AnswerRe: Algorithm help, Splitting up multiple readings Pin
Eddy Vluggen9-Oct-12 1:29
professionalEddy Vluggen9-Oct-12 1:29 
What device? Did it come with specifications?

glennPattonWork wrote:
I don't really want to use separate text boxes so I was thinking of strings would this be a dumb idea as I don't want to cripple performance?

Strings aren't a dumb idea, but I'd go for a blob and use a stream to write to it. As far as efficiency goes, that will depend more on the way you handle the requests than the datatype you'll use.

glennPattonWork wrote:
<layer>Plus I don't really know how many separate readings are likely....

What is a "separate" reading? Doesn't the driver provide a single value at a time?

edit--
Found the same question in the algorithms section. Please don't crosspost, it's not very helpfull.

Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: Algorithm help, Splitting up multiple readings Pin
glennPattonWork39-Oct-12 2:07
professionalglennPattonWork39-Oct-12 2:07 
Questionhelp on MATLAB Pin
李不凡 Dec20127-Oct-12 22:35
李不凡 Dec20127-Oct-12 22:35 
AnswerRe: help on MATLAB Pin
Richard MacCutchan8-Oct-12 2:45
mveRichard MacCutchan8-Oct-12 2:45 
GeneralRe: help on MATLAB Pin
李不凡 Dec20128-Oct-12 2:55
李不凡 Dec20128-Oct-12 2:55 
GeneralRe: help on MATLAB Pin
Thomas Daniels8-Oct-12 3:18
mentorThomas Daniels8-Oct-12 3:18 
GeneralRe: help on MATLAB Pin
李不凡 Dec20128-Oct-12 3:36
李不凡 Dec20128-Oct-12 3:36 
QuestionC++ GUI Framework Pin
Kosta Cherry25-Sep-12 11:05
Kosta Cherry25-Sep-12 11:05 
AnswerRe: C++ GUI Framework Pin
Richard MacCutchan25-Sep-12 22:09
mveRichard MacCutchan25-Sep-12 22:09 
GeneralRe: C++ GUI Framework Pin
Kosta Cherry26-Sep-12 5:40
Kosta Cherry26-Sep-12 5:40 
GeneralRe: C++ GUI Framework Pin
Richard MacCutchan26-Sep-12 5:57
mveRichard MacCutchan26-Sep-12 5:57 
GeneralRe: C++ GUI Framework Pin
Kosta Cherry26-Sep-12 6:15
Kosta Cherry26-Sep-12 6:15 
GeneralRe: C++ GUI Framework Pin
Richard MacCutchan26-Sep-12 6:34
mveRichard MacCutchan26-Sep-12 6:34 
AnswerRe: C++ GUI Framework Pin
Bernhard Hiller25-Sep-12 23:06
Bernhard Hiller25-Sep-12 23:06 
GeneralRe: C++ GUI Framework Pin
Kosta Cherry26-Sep-12 5:48
Kosta Cherry26-Sep-12 5:48 
GeneralRe: C++ GUI Framework Pin
.Shoaib30-Sep-12 23:26
.Shoaib30-Sep-12 23:26 
GeneralRe: C++ GUI Framework Pin
Eddy Vluggen1-Oct-12 1:18
professionalEddy Vluggen1-Oct-12 1:18 
QuestionOO Algorithms Tutorial? Pin
eddieangel25-Sep-12 6:59
eddieangel25-Sep-12 6:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.