Help

Translation problem

Click the right column to select the language.
Some pages only support Chinese.

Code is not compiled correctly (GBK and other encoding formats)?

Please convert the file encoding format. (E.g. notepad ++ converts to ANSI (GBK) encoding format)
Or add parameters to force the compiler to compile the source code in a certain encoding format.

C code format declaration (C code cannot be compiled?)

The part of the C language code I wrote does not fully meet the C standard:

  1. Please move the declaration of variables in expression 1 (mostly i) in the for loop to the head of the function
  2. Move the variable defined in the function to the function head
    That is, C language that meets both C99 and ANSI C standards.
    All code can be compiled with g ++ (GCC) 4.7.2 (theory can also be compiled with gcc (GCC) 4.7.2)

indentation?

For some codes that are not indented (the format caused by copying is not completely normal), you can use other tools to indent (such as the automatic indentation function of VS [select the code and press Ctrl + k and then Ctrl + F]).

IDE (development environment) download:

C++DEV-CPP

Dev-CPP on SourceForge
CDEV-CPPDev-CPP on SourceForge
JAVAEclipseEclipse

Login restrictions?

For details, please refer to the account login problem.

Powered by WordPress & GeneratePress & WooCommerce .