Limit code execution in C

  • Thread starter Thread starter Arash_89
  • Start date Start date
A

Arash_89

Guest
Hello,

I want to write a simple program just with C language in Visual Studio.

Now if I used the C++ library in Visual Studio, we don't have any problem and code can run successfully but I should use just C syntax and library.

How can I limit code execution in C? (for example, I received an error or warning when I used C++ syntax or library in C project)

Thanks

Continue reading...
 

Similar threads

D
Replies
0
Views
63
duoshock
D
A
Replies
0
Views
78
Ashkan Satarpour
A
R
Replies
0
Views
370
RaviKantTiwari
R
Back
Top