Thank you scott can you tell me where can I put such questions ? :):):)
Beginner
Thank you scott can you tell me where can I put such questions ? :):):)
Beginner
Hello I want to find a document that discribe structure of ogg music files. A document like ISO/IEC 11172-3 that discribe structure of mpeg files. :):):) thanks
Beginner
Hello Any body know how can I define a const table like this in c#
-----------+------------+--------------+---------------
int_number | int_number | float_number | bool_variable
int_number | int_number | float_number | bool_variable
int_number | int_number | float_number | bool_variable
...
thanks
Beginner in C#
thank you
Beginner
What is difference between
B(...):A(...)
{
.
.
.
}
and
B(...)
{
A(..);
.
.
.
}
Beginner
Class A { A() //Constructor } class B: public A { B(...):A(...) {...} . . . } Any body know what is instruction "B(...):A(...)" in class B doing ?
Beginner