strtok
Error while tokenizing strings from a string
I want to generate a symbol table from a SIC Assembly code. For that I have tried to separate every strings form the assembly code.[详细]
2023-03-19 11:11 分类:问答All objects have the same name
I\'m doing my final project for my algorithms course in C.For the project, we have to take an input text file that contains lines like:[详细]
2023-03-18 09:03 分类:问答malloc.c assertion failed while working with strtok_r
I have made an UDP server in C (Ubuntu 10.10). The server is quite large and part of it does some String processing using Strtok_r() [I have used this function successfully before]. When the server ru[详细]
2023-03-15 06:40 分类:问答Error in strtok function in C
I am using a simple program to tokenize a string using strtok function. Here is the code - # include <stdio.h>[详细]
2023-03-11 09:53 分类:问答How I can skip a blank line in an input file when using strtok?
I wa开发者_如何学编程nt to pass lines of a file using strtok; the values are comma separated. However, strtok also reads blank lines which only contain spaces. Isn\'t it suppose to return a null point[详细]
2023-03-11 08:43 分类:问答How to use strtok() using a string argumnet instead of character array? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Using strtok with a string argument (instead of char*)?[详细]
2023-03-10 07:10 分类:问答Why is strtok() Considered Unsafe?
What feature(s) of strtok is unsafe (in terms of buffer overflow) that I need to watch out for? What\'s a little weird to me is that strtok_s (which is \"safe\") in Visual C++ has an extra \"context\[详细]
2023-03-06 07:36 分类:问答Problem with strtok and segmentation fault
I have two helper functions to break up strings in the format of decimal prices ie. \"23.00\", \"2.30\"[详细]
2023-03-03 12:31 分类:问答Problem with C program never returning from strtok() function
I am working on a university assignment and I\'ve been wracking my head around a weird problem where my program calls strtok and never returns.[详细]
2023-03-02 15:46 分类:问答PHP Ifelse statement is true regardless
Ok, I am now trying to expand on a bit of code that I had resolved here previously. 开发者_如何学CThis code below assigns a phrase entered into a search box, and attempts to do the following:[详细]
2023-02-28 08:25 分类:问答
加载中,请稍侯......