由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - help about convert a char array in c
相关主题
A question about class sizeC 语言,初学者,简单问题
question about shift两个面世题
关于 big/little endian,为什么对char 有影响?C++ Q 108: swap
奇怪的问题:关于一个简单的malloc()小程序 (转载)python question, easy one
关于buffer overflow老魏老姜老霸,我出银子给你们开机器
看下这个小程序java里run curl system command的问题
在帮忙看看这个吧 C: int->char*Array in C
请教C的类型转换问题没完的“unresolved external symbol” in c++ compiling
相关话题的讨论汇总
话题: bytes话题: char话题: strike话题: convert话题: array
进入Programming版参与讨论
1 (共1页)
s****n
发帖数: 700
1
char text[64] = "SPY 121231C00095000";
Symbol - 6 bytes
Year - 2 bytes
Month - 2 bytes
Day - 2 bytes
Call/Put Indicator - 1 byte
Strike Dollar - 5 bytes
Strike Decimal - 3 bytes
I want to convert it to the format like "SPY,C,121231,95.0"
The only way I know is to loop the array and set some if statement to get
rid of empty char for Symbol, and get rid of 0 char for strike.
Is there any more efficient way to handle the case. Thank you very much.
1 (共1页)
进入Programming版参与讨论
相关主题
没完的“unresolved external symbol” in c++ compiling关于buffer overflow
C ++ 问题看下这个小程序
GO似乎是目前最难反编译的代码了在帮忙看看这个吧 C: int->char*
怎么编写改变数据类型的子程?请教C的类型转换问题
A question about class sizeC 语言,初学者,简单问题
question about shift两个面世题
关于 big/little endian,为什么对char 有影响?C++ Q 108: swap
奇怪的问题:关于一个简单的malloc()小程序 (转载)python question, easy one
相关话题的讨论汇总
话题: bytes话题: char话题: strike话题: convert话题: array