B
buu
I have an function that replaces some string from a huge text that I run
very often...
So, I wanted to speed it up... I was using String and StringBuilder.
But, I was wandering should same function in c++ be faster?
I tried to test it and it wasn't...
why?
Is there any example of faster functions in VC than in VB? (using c++ or c)
very often...
So, I wanted to speed it up... I was using String and StringBuilder.
But, I was wandering should same function in c++ be faster?
I tried to test it and it wasn't...
why?
Is there any example of faster functions in VC than in VB? (using c++ or c)