- 2019-05-31
- #638440 | 2019-05-31 19:39:27, *5 | <candide@#c> Changed: declareuse is /say In C, declaration follows use. That means you do not write `char* p` but instead `char *p` because it doesn't mean `p is a pointer to char` but rather `*p is a char`. https://...
- 2019-05-30
- #638317 | 2019-05-30 16:29:43, *3 | <candide@#c> JoshShell: http://...
- 2019-05-24
- #637621 | 2019-05-24 14:20:38, *1 | <candide@#c> Cyp_: Declare `veryVoid` as a pointer to pointer to pointer to pointer to pointer to function taking pointer to pointer to pointer to pointer to pointer to pointer to pointer to pointer to pointer to pointer to function taking pointer to pointer to pointer to pointer to pointer to void and returning void and returning pointer to pointer to pointer to pointer to pointer to fun... [truncated; see http://... for full text.]
- 2019-05-18
- #636870 | 2019-05-18 01:15:53, *1 | <candide@#c> No such factoid '0'; Found 84 factoids with text containing '0': [##c] !! CHAR_MIN airport argv asprintf borucomfort char defaultarguments deport diamond disport export import initidiom kr1-5 kr1-6 kr2-2 kr2-3 kr2-7 kr7-1 macroargopt malloc(0) nullp passingarrays port purport quine rand shuffle stdin therule transport [global channel] X86 __boop apply apply2 apply3 base... [truncated; see http://... for full text.]
- 2019-05-15
- #636491 | 2019-05-15 01:01:26, *1 | <candide@#c> C pre-processor stringification macros: http://...
- 2019-05-05
- #635397 | 2019-05-05 23:12:24, *1 | <candide@#c> Registered commands: actiontrigger (10) adminadd (60) adminrem (60) adminset (60) adminunset (60) aka akalink (60) akaunlink (60) antispam (10) ban (10) battleship blacklist (10) chanadd (40) chanlist (10) chanrem (40) chanset (40) chanunset (40) connect4 count counteradd counterdel counterlist counterreset countershow countertrigger (10) delq die (90) dumpbans (60) dum... [truncated; see http://... for full text.]
- 2019-05-04
- #635294 | 2019-05-04 21:38:30, *1 | <candide@#c> aozt: http://...
- #635245 | 2019-05-04 05:42:17, *1 | <candide@#c> aozt: http://...
- 2019-04-27
- #634442 | 2019-04-27 00:44:33, *1 | <candide@#c> Registered commands: actiontrigger (10) adminadd (60) adminrem (60) adminset (60) adminunset (60) aka akalink (60) akaunlink (60) antispam (10) ban (10) battleship blacklist (10) chanadd (40) chanlist (10) chanrem (40) chanset (40) chanunset (40) connect4 count counteradd counterdel counterlist counterreset countershow countertrigger (10) delq die (90) dumpbans (60) dum... [truncated; see http://... for full text.]
- 2018-08-12
- #603191 | 2018-08-12 06:28:50, *3 | <candide@#c> (unreg) <Guest45463> hi guys, how do you make array of strings in C? Particulary i have problem with printing result of function that returns this array. Here is code https://...
- 2018-08-07
- #602526 | 2018-08-07 19:52:12, *2 | <candide@#c> (unreg) <kbch> https://... I try to put the address of a 2 dimensional array into a pointer within a struct. But I can't access it. I get the following error from the compiler: error: invalid type argument of unary '*' (have 'int')
- 2018-08-06
- #602317 | 2018-08-06 06:40:58, *2 | <candide@#c> stakhovsky: http://...
- 2018-08-05
- #602261 | 2018-08-05 21:52:17, *2 | <candide@#c> No such factoid 'or'; Found 114 factoids with text containing 'or': [##c] . ... <= >= EXIT_FAILURE EXIT_SUCCESS NULL UB USB \ ^ _ address better c++ c2 c7 c89 char commoninitialsequence compilerline declaredefine designatedinitializer diagnostics doesntcare fd getline global googlearn goto heap identifier indent initidiom kr1-20 kr1-21 kr1-22 kr1-6 kr1-9 kr2-2 kr2-3 ... [truncated; see https://... for full text.]
- 2018-08-02
- #601878 | 2018-08-02 20:13:47, *13 | <candide@#c> (unreg) <Hewitson> hi guys, can someone please tell me why this code fails if username >= 30? expected result is fgets truncates input and program asks for passwords as normal. https://...
- 2018-08-01
- #601587 | 2018-08-01 09:11:09, *2 | <candide@#c> glacial: http://...
- #601586 | 2018-08-01 09:08:54, *2 | <candide@#c> johntramp: http://...
- #601550 | 2018-08-01 03:54:59, *2 | <candide@#c> nHeck: http://...
- 2018-07-29
- #601128 | 2018-07-29 03:20:32, *1 | <candide@#c> glacial: http://...
- #601127 | 2018-07-29 03:20:08, *1 | <candide@#c> glacial: http://...
- #601111 | 2018-07-29 00:19:52, *1 | <candide@#c> glacial: http://...
- #601110 | 2018-07-29 00:15:25, *1 | <candide@#c> manny: http://...
- 2018-07-28
- #601104 | 2018-07-28 23:42:21, *1 | <candide@#c> glacial: http://...
- #601063 | 2018-07-28 17:35:54, *1 | <candide@#c> glacial: http://...
- #601055 | 2018-07-28 15:06:12, *2 | <candide@#c> glacial: http://...
- #601053 | 2018-07-28 13:57:36, *2 | <candide@#c> jp: [warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] warning: reading through null pointer (argument 2) [-Wformat=] warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat=]] (null) runtime error: null pointer passed as argument 1, which is declared to never be null Program receiv... [truncated; see http://... for full text.]
- #601029 | 2018-07-28 05:35:40, *2 | <candide@#c> glacial: http://...
- #601014 | 2018-07-28 03:28:44, *2 | <candide@#c> megaTherion: http://...
- #601013 | 2018-07-28 03:28:08, *2 | <candide@#c> glacial: http://...
- #601012 | 2018-07-28 03:24:21, *2 | <candide@#c> smallville7123: http://...
- 2018-07-27
- #600990 | 2018-07-27 23:31:58, *1 | <candide@#c> glacial: http://...
- #600989 | 2018-07-27 23:26:56, *3 | <candide@#c> glacial: http://...
- 2018-07-23
- #600429 | 2018-07-23 07:49:44, *1 | <candide@#c> [11h16m ago] <dorp> ,cc struct { int array[10]; } foo = { 0 }; [11h15m ago] candide kicked parataxia!foo@72.0.186.51 from ##c (Evaded *!*asfucc@72.0.186.51 set by italys) [11h5m ago] <dorp> var-g: Anything wrong with: struct { int array[10]; } foo = { 0 }; ...? [10h5m ago] <dorp> Any of the ops around? ... the ban that's being enforced by candide: *!*asfucc@72.0.186.51 ... [truncated; see http://... for full text.]
- 2018-07-19
- #600073 | 2018-07-19 22:40:59, *1 | <candide@#c> ondrej008: Program received signal SIGSEGV, Segmentation fault at statement: movdqu (%rax), %xmm4 called by printf_positional (s=s@entry=0x7fffffffbc90, format=format@entry=0x4023bc "%s", readonly_format=<optimized out>, readonly_format@entry=0, ap=ap@entry=0x7fffffffe350, ap_savep=ap_savep@entry=0x7fffffffb818, done=done@entry=0, nspecs_done=<optimized out>, lead_str_end=<op... [truncated; see https://... for full text.]
- #600007 | 2018-07-19 11:07:13, *1 | <candide@#c> pthread_exit - terminate calling thread - void pthread_exit(void *retval); - pthread_exit() function terminates the calling thread and returns a value via retval that (if the thread is joinable) is available to another thread in the same process that calls pthread_join(3) - http://... - POSIX.1-2001
- #600005 | 2018-07-19 11:01:04, *3 | <candide@#c> 1/10: (+70986/-21484) 1. The universally recognized "F word" 2. N. Implying complete and utter confusion 3. N. a really stupid person 4. V. To procreate 5. adj. Can be used to modify any word for more passion 6. Int. Expresses disgust 7. Int. Expresses complete suprise and joy 8. adv. Can be used to make a command more urgent «1. I do not accept the "F word" as your na... [truncated; see http://... for full text.]
- 2018-07-18
- #599918 | 2018-07-18 23:22:37, *1 | <candide@#c> pread, read - read from a file - ssize_t read(int fildes, void *buf, size_t nbyte); - read() function shall attempt to read nbyte bytes from the file associated with the open file descriptor, fildes, into the buffer pointed to by buf - http://...
- #599917 | 2018-07-18 23:19:30, *2 | <candide@#c> ondrej008: FSEEK(3) Linux Programmer's Manual FSEEK(3) NAME fgetpos, fseek, fsetpos, ftell, rewind - reposition a stream SYNOPSIS #include <stdio.h> int fseek(FILE *stream, long offset, int whence); long ftell(FILE *stream); void rewind(FILE *stream); ... [truncated; see https://... for full text.]
- #599910 | 2018-07-18 23:03:09, *2 | <candide@#c> CrystalMath: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.7 0.6 238808 12292 ? Ss 07:40 0:09 /usr/lib/systemd/systemd --switched-root --system --deserialize 32 root 2 0.0 0.0 0 0 ? S 07:40 0:00 [kthreadd] root 4 0.0 0.0 0 0 ? I< 07:40 0:00 [kworker/0:0H] root ... [truncated; see https://... for full text.]
- #599788 | 2018-07-18 04:51:45, *1 | <candide@#c> Hello71: [warning: reading through null pointer (argument 2) [-Wformat=] warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat=]] runtime error: null pointer passed as argument 1, which is declared to never be null Program received signal SIGSEGV, Segmentation fault at statement: movdqu (%rax), %xmm4 called by puts () at statement... [truncated; see http://... for full text.]
- 2018-07-17
- #599642 | 2018-07-17 08:17:33, *1 | <candide@#c> kurahaupo: [In function 'printX': warning: declaration of 'x' shadows a global declaration [-Wshadow] warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] In function 'main': warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]] Program received signal SIGSEGV, Segmentation fault at stateme... [truncated; see http://... for full text.]
- #599640 | 2018-07-17 08:16:58, *2 | <candide@#c> Learath2: [In function 'printX': warning: declaration of 'x' shadows a global declaration [-Wshadow] In function 'main': warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]] Program received signal SIGSEGV, Segmentation fault at statement: movdqu (%rax), %xmm4 called by printf_positional (s=s@entry=0x7fffffffbc90, format=format@... [truncated; see https://... for full text.]
- #599639 | 2018-07-17 08:14:35, *2 | <candide@#c> _Coffee: [In function 'printX': warning: declaration of 'x' shadows a global declaration [-Wshadow] warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] In function 'main': warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]] Program received signal SIGSEGV, Segmentation fault at stateme... [truncated; see http://... for full text.]
- 2018-07-16
- #599549 | 2018-07-16 23:31:30, *2 | <candide@#c> korans: "%d ", x[i] = 1 "%d ", x[i] = 2 "%d ", x[i] = 3 "%d ", x[i] = 4 "%d ", x[i] = 5 "%d ", x[i] = 1 "%d ", x[i] = 2 "%d ", x[i] = 3 "%d ", x[i] = 4 "%d ", x[i] = 5 "%d ", x[i] = 1 "%d ", x[i] = 2 "%d ", x[i] = 3 "%d ", x[i] = 4 "%d ", x[i] = 5 "%d ", x[i] = 1 "%d ", x[i] = 2 "%d ", x[i] = 3 "%d ", x[i] = 4 "%d ", x[i] = 5 "%d ", x... [truncated; see https://... for full text.]
- #599524 | 2018-07-16 19:54:25, *2 | <candide@#c> Loaded modules for channel ##c: acronym ago c11std c2english c99std cdecl cfact cjeopardy_answer_module cjeopardy_filter_module cjeopardy_hint_module cjeopardy_module cjeopardy_scores_module codepad codepad_block compiler compiler_block compiler_test compliment dict english excuse expand faq fnord fquote gdefine google_search gspy gtop10 gtop15 horoscope horrorscope ... [truncated; see https://... for full text.]
- 2018-07-15
- #599419 | 2018-07-15 22:45:14, *1 | <candide@#c> Learath2: http://...
- 2018-07-14
- #599294 | 2018-07-14 20:44:58, *1 | <candide@#c> talin: http://...
- 2018-07-12
- #599150 | 2018-07-12 17:25:35, *1 | <candide@#c> syntax error Unknown regexp modifier "/w" at prog.pl line 5, at end of line Unknown regexp modifier "/w" at prog.pl line 5, at end of line Unknown regexp modifier "/w" at prog.pl line 5, at end of line syntax error at prog.pl line 5, near "http:" Unknown regexp modifier "/w" at prog.pl line 5, at end of line Unknown regexp modifier "/w" at prog.pl line 5, at end of line... [truncated; see http://... for full text.]
- 2018-07-10
- #599083 | 2018-07-10 08:39:44, *1 | <candide@#c> autotools is http://...
- #599052 | 2018-07-10 02:32:38, *1 | <candide@#c> pragma-: (3,640 results) The m17n project: <https://...> -- M17n - definition of M17n by The Free Dictionary: <https://www.thefreedictionary.com/M17n> -- GitHub - whitequark/ocaml-m17n: Multilingualization for the OCaml ...: <https://github.com/whitequark/ocaml-m17n>
- 2018-07-09
- #599011 | 2018-07-09 20:41:58, *1 | <candide@#c> muffindrake: http://...
- #598948 | 2018-07-09 09:40:42, *2 | <candide@#c> (+16/-2) A term used most frequently by chat room programmers for blood suckers who aren't interested in the functions or inner workings of a solution but rather the end result. They normally mask themselves in chat rooms pretending to ask for "help." «helpmeplzzzz: Hai guyz, can u make me a dropdwn script? idk javascript and I dont like teh 1s online!!!!! ExpertJsP... [truncated; see https://... for full text.]
- 2018-07-08
- #598837 | 2018-07-08 13:01:21, *2 | <candide@#c> glacial: MemTotal: 2014520 kB MemFree: 1021460 kB MemAvailable: 1621792 kB Buffers: 65172 kB Cached: 610792 kB SwapCached: 0 kB Active: 408208 kB Inactive: 337896 kB Active(anon): 70560 kB Inactive(anon): 236 kB Active(file): 337648 kB Inactive(file): 337660 kB Unevictable: 0 kB Mlock... [truncated; see https://... for full text.]
- #598834 | 2018-07-08 11:40:35, *1 | <candide@#c> glacial: (1,200 results) WriteProcessMemory function (Windows): <https://...> -- Of what possible legitimate use are functions like ...: <https://blogs.msdn.microsoft.com/oldnewthing/20120808-00/?p=6913> -- Process Security and Access Rights | Microsoft Docs: <https://docs.microsoft.com/en-us/windows/desktop/procthread/process-security-and-access-rights>
- #598833 | 2018-07-08 11:40:17, *1 | <candide@#c> glacial: (1,310 results) ReadProcessMemory function (Windows): <https://...> -- pinvoke.net: ReadProcessMemory (kernel32): <https://www.pinvoke.net/default.aspx/kernel32.ReadProcessMemory> -- Debugging Functions | Microsoft Docs: <https://docs.microsoft.com/en-us/windows/desktop/debug/debugging-functions>
- 2018-07-07
- #598657 | 2018-07-07 05:19:25, *1 | <candide@#c> random, srandom, initstate, setstate - random number generator - long int random(void); - random() function uses a nonlinear additive feedback random number generator employing a default table of size 31 long integers to return successive pseudo-random numbers in the range from 0 to RAND_MAX - http://... - 4.3BSD, POSIX.1-2001
- 2018-07-04
- #598215 | 2018-07-04 09:23:18, *1 | <candide@#c> aandrew: [warning: initialization of 'void *' from 'long unsigned int' makes pointer from integer without a cast [-Wint-conversion] note: (near initialization for 'map[1].off') warning: initialization of 'void *' from 'long unsigned int' makes pointer from integer without a cast [-Wint-conversion] note: (near initialization for 'map[2].off')] no output: map = {{name = 0x40239... [truncated; see http://... for full text.]
- 2018-07-01
- #597814 | 2018-07-01 18:06:59, *1 | <candide@#c> k: (42,200 results) C Programming Flashcards: <https://...> -- Chapter 2 Operators And Statements Flashcards by Kevin Guan ...: <https://www.brainscape.com/flashcards/chapter-2-operators-and-statements-5775504/packs/8785610> -- Operators in C and C++ - Wikipedia: <https://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B>
- 2018-06-28
- #597368 | 2018-06-28 09:39:44, *1 | <candide@#c> smallville7123: [1h2m ago] <korans> beginner_supreme: that's not C... try ##posix. I see no requirment for FIFO pipes to be in memory only but it's more than likely any modern implementation would do so. As for the node it essentially creates a "file" inode so that other processes may attach to it, this doesn't mean it's data is ever written to the disk, except the node(probably). anyw... [truncated; see http://... for full text.
- 2018-06-27
- #597169 | 2018-06-27 00:33:45, *4 | <candide@#c> korans: (1,110,000 results) Create Synonyms, Create Antonyms | Thesaurus.com: <http://...> -- Create Synonyms, Create Antonyms | Merriam-Webster Thesaurus: <https://www.merriam-webster.com/thesaurus/create> -- Synonyms and Antonyms for create | Synonym.com: <http://www.synonym.com/synonyms/create>
- 2018-06-25
- #596925 | 2018-06-25 11:25:33, *2 | <candide@#c> gemini: If they want help that's great, but if they try to take credit for your work, you will have to set them straight. Spending too much time talking to friends or relatives could easily turn into a debate that could lead to estrangement. You can make changes to your living quarters, but not everyone will be pleased with your efforts. <script async src="//pagead2.goo... [truncated; see http://... for full text.]
- #596912 | 2018-06-25 10:14:12, *1 | <candide@#c> gemini: If they want help that's great, but if they try to take credit for your work, you will have to set them straight. Spending too much time talking to friends or relatives could easily turn into a debate that could lead to estrangement. You can make changes to your living quarters, but not everyone will be pleased with your efforts. <script async src="//pagead2.... [truncated; see https://... for full text.]
- 2018-06-24
- #596687 | 2018-06-24 01:51:48, *2 | <candide@#c> graff: [warning: reading through null pointer (argument 2) [-Wformat=] warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat=]] runtime error: null pointer passed as argument 1, which is declared to never be null Program received signal SIGSEGV, Segmentation fault at statement: movdqu (%rax), %xmm4 called by puts () at statement... [truncated; see http://... for full text.]
- 2018-06-22
- #596492 | 2018-06-22 22:58:14, *1 | <candide@#c> ksft: asprintf, vasprintf - print to allocated string - int asprintf(char **strp, const char *fmt, ...); - asprintf() and vasprintf() are analogs of sprintf(3) and vsprintf(3), except that they allocate a string large enough to hold the output including the terminating null byte, and return a pointer to it via the first argument - http://... - These functions are GNU extensions, not in C or POSIX
- 2018-06-21
- #596255 | 2018-06-21 11:17:51, *3 | <candide@#c> Chris: http://...
- 2018-06-19
- #595895 | 2018-06-19 04:06:13, *1 | <candide@#c> Elronnd\srn: 118973149535723176502126385303097020516906332229462420044032373389173700552297072261641029033652888285354569780749557731442744315367028843419812557385374367867359320070697326320191591828296152436552951064679108661431179063216977883889613478656060039914875343321145491116008867984515486651285234014977303760000912547939396622315138362241783854274391783813871780588948754... [truncated; see https://... for full text.]
- #595860 | 2018-06-19 00:42:21, *1 | <candide@#c> functionpointer is http://...
- 2018-06-18
- #595766 | 2018-06-18 08:02:11, *2 | <candide@#c> dave9: File: libc.info, Node: Formatted Output Functions, Next: Dynamic Output, Prev: Other Output Conversions, Up: Formatted Output 12.12.7 Formatted Output Functions ---------------------------------- This section describes how to call ‘printf’ and related functions. Prototypes for these functions are in the header file ‘stdio.h’. Because these functions tak... [truncated; see https://... for full text.]
- #595765 | 2018-06-18 07:59:56, *1 | <candide@#c> Learath2: PRINTF(1) User Commands PRINTF(1) NAME printf - format and print data SYNOPSIS printf FORMAT [ARGUMENT]... printf OPTION DESCRIPTION Print ARGUMENT(s) according to FORMAT, or execute according to OPTION: --help display this help and exit ... [truncated; see http://... for full text.]
- 2018-06-17
- #595669 | 2018-06-17 14:03:26, *1 | <candide@#c> pthread_create - create a new thread - int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine) (void *), void *arg); - pthread_create() function starts a new thread in the calling process - http://... - POSIX.1-2001
最近八卦大师排名前 20
历史八卦大师排名前 10
最近最活跃房间前 20
历史最活跃房间前 10
- #python*105,254
- ##php*66,221
- #ubuntu-cn*53,833
- #linuxfire*53,477
- ##c++*36,473
- ##c*27,624
- #TLF_FILES*18,030
- #bitcoin*16,176
- #kde-cn*4,693
- #lighttpd*4,606