Hello everyone. I am reading strings from file and I have to identify strings that are similar to eachother but on the basis of a substring i-e...
and also I have just noted that it isnt creating the exe file liffe_runbreach-64bit at all. Any idea? Thanks
Hello everyone. I am new to creating make files. I have been able to create simple makefiles for those applications which do not involve database...
xpi0t0s it is working but it is not matching each block with all other blocks in one iteration ;'(. There are many blocks which are duplicates to...
alright xpi0t0s thanks. Let me try this :)
The loops above turn into never ending loops ;'( cant figure out why. I have written a very simple program and I want something like this though I...
Actually I am reading from a file and that file contains duplicate blocks of data and I just have to point out the blocks which are duplicates of...
Hello xpi0t0s. Could you please have a look at my problem. I want to find out all the matches (could be more than two) between itFirst and...
Thanks xpi0t0s. I searched for the error on google and added the keyword static to the compr declaration (not definition) and it worked fine. But...
I have a function called compr bool class1::compr(const structT1& t1, const structT1& t2) { return t1.dateTime > t2.dateTime; }...
Thanks xpi0t0s :)
I have a file that has duplicates and I have to select the one with the earliest time 0:1:OrderReceive,01.07.2010...
I am trying to find out the duplicates in a vector and then display the two vector elements to show that these are the elemenets that were...
YES xpi0t0s Thanks :)
I am using a vector which has struct type of elements in it. The struct is something like this: struct block { std::string id1;...
Could anyone please tell me how to get the second last element of the vector since back() returns the last element Thanks
Hello everyone. Is it possible to read two lines of a file in one iteration based on some condition? The files has several blocks of data where...
ok Thanks someone suggested me this example "http://www.cplusplus.com/reference/iostream/ios/rdbuf/" which I found a bit easier and it worked as...
Separate names with a comma.