Navigation Home / Tags / C

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 5 6 7 8 Next »
8
Date Submitted Wed. Sep. 27th, 2006 8:01 PM
Revision 1
Beginner zywien
Tags C | swap
Comments 5 comments
Nifty way to swap two integers in C (C++) without using a temporary variable. Uses one line of code (3 assignments).
1
Date Submitted Fri. Jun. 19th, 2009 6:55 AM
Revision 1
Beginner zywien
Tags C | cli | DllImport | odbc32.dll
Comments 0 comments
I saw a few samples where this was possible in C#, but nothing in C++/CLI. It should be fairly similar but there was one key difference... int instead of IntPtr.
12
Date Submitted Thu. Oct. 12th, 2006 5:34 PM
Revision 1
Scripter wiz1705
Tags C | stdin | termios
Comments 0 comments
Using the Termios library, we can have the user enter a character on the keyboard, without it being displayed on the screen.
0
Date Submitted Sun. Nov. 14th, 2010 9:38 AM
Revision 1
Beginner tovrbosic
Tags C | foi | sp
Comments 0 comments
Za sp
0
Date Submitted Sun. Nov. 14th, 2010 9:41 AM
Revision 1
Beginner tovrbosic
Tags C | foi | sp
Comments 0 comments
Za sp
0
Date Submitted Sun. Nov. 14th, 2010 9:43 AM
Revision 1
Beginner tovrbosic
Tags C | foi | sp
Comments 0 comments
Za sp
0
Date Submitted Sun. Jan. 8th, 2012 8:14 AM
Revision 1
Beginner tjelcic
Tags C
Comments 0 comments
zadatak 4 SP
0
Date Submitted Sun. Jan. 8th, 2012 8:24 AM
Revision 1
Beginner tjelcic
Tags C
Comments 0 comments
strukture zadatak
0
Date Submitted Sat. Jan. 9th, 2010 6:21 AM
Revision 1
Beginner snjegovan
Tags binary | C | Data | pointers | structures | tree
Comments 1 comments
Osnovne procedure za rad s općenitim binarnim stablom. Implementacija pokazivačima.
10
Date Submitted Mon. Oct. 9th, 2006 6:57 AM
Revision 1
Helper shell
Tags C | CPlusPlus
Comments 6 comments
I was coding a project that used arrays when the lack of a standard foreach in C/C++ got to me. So, I coded this little function to help me. It applies a function that returns int to each element of the array.
« Previous 1 2 3 4 5 6 7 8 Next »