Click here to Skip to main content
15,892,298 members

Comments by optimus_prime1 (Top 62 by date)

optimus_prime1 1-Sep-11 0:54am View    
This proves to be the wrong approach. Consider these elements in the list after traversal: 2, 7, 5, 10, 12, 15, 17

5, 7 are consecutive and not working according to above approach.
optimus_prime1 21-Jan-11 23:05pm View    
I am fine SAKryukov. Taking a break from C++ for some time ;)
Thanks for the vote!
optimus_prime1 21-Jan-11 14:18pm View    
Already saved it in UTF-8(without signature)-Codepage 65001 from Visual Studio Adavnced Save options. Also, copied and pasted the code from Visual Studio to a new notepas and saved it as form.html and it didn't show any warning/error. :-|
optimus_prime1 21-Jan-11 14:12pm View    
@DaveAuld: Tried that but still the same. However, in Firebug a the end of html file, these symbols are shown. Is this something related to encoding? http://i.imgur.com/NABRx.jpg
optimus_prime1 18-Jan-11 11:59am View    
umm.. I am using this small code snippet for the query string http://pastebin.com/U7aGKcj9

I have to change some things so that on this query string localhost/website/?search=jessegavin , the jessegvain should be appended to my output i.e jessegavin{1:2:3:4). Similarly for all other values searched through query string should be appended to the output. Can you please help me in this too?