NEVER delete your problem. Maybe your problems and answers that people gave you can bring answers to other people who come here with the same problem looking for answers.
Why dont u try it before even posting ? In a couple days ive seen like 20 threads from u lol try to fix it urself before asking some one to spoon feed you
Why dont u try it before even posting ? In a couple days ive seen like 20 threads from u lol try to fix it urself before asking some one to spoon feed you
i try it before then fail.. coz of many times of trying and failed. so i decide to looking for help and i keep try myself again even tho i already shout for help , never give up on trying and it pays me..
STRING PROBLEM! 04/22/2012 - C/C++ - 20 Replies :cool: Hi community,
i have a problem whit the string in c++ !
Example:
string data("1234567890");
to keep the number 1 and delete numer 2?
Result: 13579
C++ String Problem 04/05/2012 - C/C++ - 6 Replies Ich stehe vor einem blöden problem,
wahrscheinlich ist die Lösung ziemlich simple aber habe keine Idee wie ich das umsetzen soll undzwar habe ich einen std::string mystring "000111110000110010111100" und ich möchte dazwischen / dahinter die length einfügen so das , dass wie folgt aussieht:
length 3 (000) length 5(11111) length 4 (0000) length 2(11) length 2 (00) length 1 (1) length 1 (0) length 4(1111) length 2(00) am ende sollte der string so aussehen:
...
String problem 10/03/2011 - CO2 Programming - 9 Replies Is not much of a conquer problem, but more a programming problem, but it's related to Conquer as it's for an ani editor.
So the problem is, when I'm reading the ids of the files, then the result is something like this:
561359
1
I have tried split with \n and check if the current char was alpha only, but it still does it :/