Welcome To Snipplr


Everyone's Recent Snippets Tagged c



The Visual Studio output window will display "Detected memory leaks!" with a memory allocation number, for example, {145}. See Memory Leak Detection Enabling. Using the debugger (without changing code) see: http://msdn.microsoft.com/en-us/library/...
1 3159 posted 17 years ago by jimfred
0 1439 posted 17 years ago by iTony
Not my code - see header in source
0 1633 posted 17 years ago by rwczippy
this doesn't work at all.
0 1127 posted 17 years ago by itsok2kry
1 1372 posted 17 years ago by mamoo
The bugged version: Somehow, it prints random characters to me like [] except the spaces filled in and other accented letters when I input more parenthesis and longer input. How to use: example-> input: 3 1+2 (1+2)*(6-2) 6-7*(9*10)/8 ou...
0 1158 posted 17 years ago by Mcgee_00
This routine can be used to copy the byte values of a float or double. The "isBigEndian" variable needs to be determined (most PCs are little-endian, whereas most embedded microprocessors are big-endian). Instead of using unsigned chars, it can be us...
0 1397 posted 17 years ago by pckujawa
0 1516 posted 17 years ago by tkf
The GNULib is included in GTK+.
0 1174 posted 17 years ago by pckujawa
Useful for checking the status of individual bits.
0 1508 posted 17 years ago by pckujawa
0 1155 posted 17 years ago by narkisr
This example shows how to compile the hello.c file out of the fuse source tar.
0 1125 posted 17 years ago by narkisr
1 1152 posted 17 years ago by Juanje
How to use WebClient to post to an ASP.Net page and maintain viewstate for proxy purposes.
0 1384 posted 17 years ago by BlueCockatoo
I have not tested it yet but the author claims to make your printer show some random messages.
0 1263 posted 17 years ago by planetcall
0 1149 posted 17 years ago by udayrayala
In Ruby you can write 5.times { print "Hello World" } . With a simple extension method I was able to do something similar with C#.
0 1055 posted 17 years ago by Soft
This demonstrates how to make your own console "scripts" using C -- for example, you could capitalize every character that comes in. Tweak the line labelled "TWEAK THIS LINE" in order to get it to do what you want. This particular example will add...
1 1264 posted 17 years ago by darkphotn
3 1599 posted 18 years ago by yuconner
this pointers are making me dizzy, so just for a reference i'll keep them here.
1 1330 posted 18 years ago by iTony
1 1970 posted 18 years ago by gndprx
Use to get console input from the user for a file name (in the current directory) and read in from that file.
2 1443 posted 18 years ago by pckujawa
With the typical fork+exec method of spawning an application, you are left in the dark about failures in the exec. Once the fork occurs, the "main" process doesn't have any communication channel except waitpid, so it's hard to tell what happened....
1 1318 posted 18 years ago by CUViper
1 1365 posted 19 years ago by priyanhere
6 1653 posted 19 years ago by whitetiger
2 1880 posted 19 years ago by whitetiger
1 1751 posted 19 years ago by whitetiger