Search Results

Search: Posts Made By: yifangt
Forum: Programming 10-29-2014
8,436
Posted By yifangt
I'd recommend filling the array with ' ' (space)...
I'd recommend filling the array with ' ' (space) or '?' characters instead of zero values.
How to do it? Could you please post your code to fill up the rest 252 element of the array? Thanks!
Forum: Programming 10-29-2014
8,436
Posted By yifangt
Single-character constants count as integers. I...
Single-character constants count as integers. I realized that after I posted my question. So the subscripts are still integers but in CHAR format as 'A', 'C', 'G', 'T' corresponding to 65, 67, 71 &...
Forum: Programming 10-28-2014
8,436
Posted By yifangt
Thanks! Agree with what you said: I seriously...
Thanks!
Agree with what you said: I seriously think you should try and program without STL vector, string, and map for a while.
One thing new and I never found in any book I've read is Using char...
Forum: Programming 10-28-2014
8,436
Posted By yifangt
Learning how arrays, strings, structures, and...
Learning how arrays, strings, structures, and pointers actually work will explain almost everything that's baffling you right now.
I am very aware of that, which reminds me of my early posts in this...
Forum: Programming 10-28-2014
8,436
Posted By yifangt
Above all, why use boost? 1) It's simply a...
Above all, why use boost?
1) It's simply a learning trial by "copy-paste" and still at stage of "try and error" to understand more, hopefully;
2) The purpose is to make a function which will be...
Forum: Programming 10-28-2014
8,436
Posted By yifangt
Segment fault for C++ program when return vector
I am trying to reverse complement DNA sequence (string) with a short c++ code using boost library. Code was compiled without any warning/error, but ran into Segmentation fault.
My guess is the...
Showing results 1 to 6 of 6

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