Problem during compilng program which is using ffmpeg librariesi did so because it's installed there!but errors still remain.may be i got wrong somewhere(?
char variablesAs you say [quote]char a, b; cin>>a; cin>>b; cout<<a<<" "<<b; if we input: 2(enter) 3(ente...
char variablesIt's because char variable can store only one character so when you type 23, 2 stored in a & 3 store...
Problem during compilng program which is using ffmpeg librariesyes i'm compiling with [output]-L usr/local/lib -I usr/local/include [/output] but there are...
Problem during compilng program which is using ffmpeg librariesHi everybody. I've got to write a program which will use ffmpeg libriries on Ubuntu. I've installed...