Click here to Skip to main content
15,896,469 members

Comments by TalalAslam (Top 5 by date)

TalalAslam 13-Nov-12 5:55am View    
i am using xampp , localhost
TalalAslam 13-Nov-12 5:54am View    
in Unity how can i use accelerator for moving my object ?
TalalAslam 13-Nov-12 5:22am View    
The Compact Way is not to declare variable in the loop
you can do this
CString test1=....
CString test2=....
for (int i =0;....)
{
test1 processing..
test2 processing...
}
in this way the test1 and test2 is declared only once and can also accessible out side the loop
but in your written way the test1 and test 2 will again and declared and garbage collector will destroy it each time so that performance will be decrease, also test1 and test2 will only accessible inside loop.
TalalAslam 22-Oct-12 13:37pm View    
i have already download it but i am not be able to use it on my local server like localhost
TalalAslam 18-Oct-12 17:30pm View    
i mean which coding or function i have use for creating thumbnail in windows server installed ffmpeg is that it will be run on linux server ffmpeg