- 3

why not work simple program example: #include<stduo.h> type

13th Oct 2016, 2:04 PM
Bharat Padhiyar
Bharat Padhiyar - avatar
2 Answers
+ 2
in c#, you can include namespaces by the "using" keyword and not "include" as used in c and c++. e.g: using system;
13th Oct 2016, 8:13 PM
Maduekwe Ebuka Collins
Maduekwe Ebuka Collins - avatar
+ 1
Maybe you meant #include<stdio.h> but as I see, you ask the question about C# program language? There is not nor #include<stdio.h> , this is only a matter of C++ ..
13th Oct 2016, 3:52 PM
Petr Hatina
Petr Hatina - avatar