Welcome![Sign In][Sign Up]
Location:
Search - underc

Search list

[ELanguageucc129

Description: This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
Platform: | Size: 379182 | Author: lee | Hits:

[ELanguageuc-tokens10

Description: Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. Tokenizer is a text-parsing input stream, modelled after the (undocumented) VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
Platform: | Size: 16553 | Author: lee | Hits:

[ELanguageucw129

Description: Welcome to UnderC version 1.2.9w This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
Platform: | Size: 342841 | Author: lee | Hits:

[ELanguageucw-src129

Description: UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd(\"l fred.cpp\") or uc_cmd(\"help\"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
Platform: | Size: 428661 | Author: lee | Hits:

[ELanguageucc129

Description: This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
Platform: | Size: 378880 | Author: lee | Hits:

[ELanguageuc-tokens10

Description: Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. Tokenizer is a text-parsing input stream, modelled after the (undocumented) VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
Platform: | Size: 16384 | Author: lee | Hits:

[ELanguageucw129

Description: Welcome to UnderC version 1.2.9w This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
Platform: | Size: 342016 | Author: lee | Hits:

[ELanguageucw-src129

Description: UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful. -UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC#-command, like#l or#help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
Platform: | Size: 428032 | Author: lee | Hits:

[ELanguageUnderC

Description: 编译器 很强大的编译器 编译原理课程设计作业可以用-Very powerful compiler compiler to compile the operating principles of curriculum design can be used
Platform: | Size: 1620992 | Author: 刘江虎 | Hits:

[ELanguageUnderC

Description: 一款早期的VC++编译器源代码,以DOS提示符的方式运行编译程序,程序分为多个包,有相关程序的源代码,适合学习。-An earlier VC++ compiler source code to DOS prompt run the compiler, the program is divided into several packages, and source code related to the procedure for learning.
Platform: | Size: 1619968 | Author: 130 | Hits:

[ELanguageunderC-src-1.2.9

Description: this is about a script
Platform: | Size: 378880 | Author: Sant | Hits:

[Software Engineering8309805-C-by-Example

Description: People learn best by example. It’s important to read as much good code as possible, just as reading lots of English is the only way to learn to write it. This book presents nontrivial applications of C++ that are interesting, and the case studies at the end of each chapter show C++ in use. I have provided the UnderC C++ interactive system for this edition. You should continuously play with the language, using UnderC, until you have enough confidence in the bricks to build your own houses. In addition, this book comes with the GNU Compiler
Platform: | Size: 1266688 | Author: dydi1 | Hits:

[BooksCPP-by-example-UnderC

Description: c++ by exemple book c++ language
Platform: | Size: 1266688 | Author: ricardoszf | Hits:

CodeBus www.codebus.net