sir there is some problem with nokia5130c-2,when we are
trying to upload movies from net then there is a error
occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp
format.please tell me what i do now?
Answer Posted / vishal jagani
u can use any cutter or converter and u can convert it formate which want u .... most probably 3gp or mp4 can support to the mobile.... enjoy
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can c++ be faster than c?
Will c++ be replaced?
Can you please explain the difference between static and dynamic binding of functions?
What is a base class?
how can i access a direct (absolute, not the offset) memory
address?
here is what i tried:
wrote a program that ask's for an address from the user,
creates a FAR pointer to that adress and shows it. then the
user can increment/decrement the value in that address by
pressing p(inc+) and m(dec-).
NOW, i compiled that program and opened it twice (in 2
different windows) and gave twice the same address to it.
now look what happen - if i change the value in
one "window" of the program, it DOES NOT change in the
other! even if they point to the same address in the memory!
here is the code snippet:
//------------------------------------------------------
#include How to defines the function in c++? Explain the properties and principles of oop. Is there finally in c++? How many types of classes are there in c++? What is the use of cmath in c++? Explain dangling pointer. What is a breakpoint? How can you say that a template is better than a base class? What is #include math h in c++? Write about the local class and mention its use?