LINUX.ORG.RU

Я всегда пользую второй вариант но нужны аргументы против первого

/** @file include/cstdio
 *  This is a Standard C++ Library file.  You should @c \#include this file
 *  in your programs, rather than any of the @a *.h implementation files.
 *
 *  This is the C++ version of the Standard C Library header @c stdio.h,
 *  and its contents are (mostly) the same as that header, but are all
 *  contained in the namespace @c std (except for names which are defined
 *  as macros in C).
 */
Deleted
()
Ответ на: комментарий от beastie

я считаю что первое пользовать в плюсовом коде глупо но забыл какие рассуждения меня к этому привели. С-код не рассматривается впринцыпе. в С - я бог :)

cvv ★★★★★
() автор топика
Ответ на: комментарий от anonymous

At now I recommend to all refuse to use proprietary software. Intel SUCKS!!! ...

anonymous
()

Так-то cstdio прикольная штука. Но включать его и потом делать

using namespace std;
либо
using std::printf;
как-то не прикольно.

quiet_readonly ★★★★
()
Последнее исправление: quiet_readonly (всего исправлений: 1)
Ответ на: комментарий от quiet_readonly
#include <cstdio>

int main()
{
  printf("PENIS!!!!!1111\n");
}
[del ~/test/cstdio]$ g++ -Wall -Wextra -pedantic -o test test.cpp
[del ~/test/cstdio]$ ./test 
PENIS!!!!!1111
DELIRIUM ☆☆☆☆☆
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.