Length of identifier in turboc++ and DevC++ for both C and C++ languages? -


i want know length of variable identifiers of c , c++ in turbo c++ , dev-c++ is.

devc++ uses mingw port of gcc(g++ c++) hence has unlimited identifier length

turboc++ : use in switch on tcc max identifier length.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -