please give any suggestions
robin700
Posts
-
how to read a character array line by line in C? -
how to read a character array line by line in C?i have a character arry in C hello hi soidjosdc kcopsdkcpok cjsdp dskcoksdpc ocsdkcpd i want to read it line by line and store it in another array....please help
-
string parsingyeah i know this but this does not work for the string Login#User#1 username password if want to trim Login# and extract User#1 username password
-
string parsinghey i am programming in C...can u give a sample code of how to do it using strchr(), strtok or any other function in C
-
string parsingis there any way to do it using strchr
-
string parsingi have a string login#user#1 username password i want to trim login# and extract user#1 username password i am unable to sole it using strtok please help
-
string operationi have a character array such thatb char buffer[100]; the values are stored like cklvcmsdl dclcm dcpcc i have to extract these values line by line and compare them with the input to find matching usernames buffer contains the usernames
-
string operationi have a string such that hello hi good i want to extract the values line by line....please help
-
string operationhow to read a string character by character in C?
-
compare character array with file in Cthanks im done with it
-
compare character array with file in Ci have a character array such that char buffer[]= "bob 12345" and text file has the data bob 12345 mike abcde easton 9999 now i want to compare the array with the file line by line and find whether a valid combination of usernames and passwords exist.... please help
-
to read a file into an arrayplease tell me how can i read a data file into an array line by line for e.g i have bob 123 mike 456
-
socket prograaming doubt!i have created a server(tcp socket)...now i want to load a text file of usernames and password into the server...help please! i am doing socket programming for first time
-
socket prograaming doubt!i have created a server(tcp socket)...now i want to load a text file of usernames and password into the server...help please! i am doing socket programming for first time
-
HOW TO IMPLEMENT MULTIVALUED ATTRIBUTESi have to create a table item which has an attribute item category....category is a multivalued attribute...can anyone tell how to implement this? create table item_info(itemno varchar(5),item_sno varchar(30),condition varchar(20), color varchar(15), corigin varchar(20), Year_prod integer, PRIMARY KEY(itemno,item_sno))
-
JAVA : need to learn it ASAPhi...yes i have done C++, c# and asp.net before.....i am finding difficulty in theory because we tend to forget when we move forward without making any programs...i have done basics but finding difficulty since interfacing part...please help
-
JAVA : need to learn it ASAPhey guys I need to learn java asap I am studying java from this link : http://download.oracle.com/javase/tutorial/ everything given over here is theoretical. I am facing problems in grasping the concepts. Can u suggest me some programs or small projects that will make me learn the language efficiently. Thanks in advance