Navigation Home / Tags / C

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

« Previous 1 2 3 Next »
0
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.
0
Date Submitted Thu. Mar. 19th, 2009 8:04 AM
Revision 1
Scripter mycodeofshailendra
Tags C
Comments 0 comments
getting connection string from webconfig file
0
Date Submitted Thu. Mar. 19th, 2009 7:00 AM
Revision 1
Scripter mycodeofshailendra
Tags C | custom | in | Pagination | Using
Comments 0 comments
Method to show custom Paginatio
1
Date Submitted Sun. Feb. 1st, 2009 10:12 AM
Revision 1
Beginner ckoder
Tags C | File | find | in | Size
Comments 0 comments
This simple function utility is used to find file size in bytes
1
Date Submitted Mon. Apr. 16th, 2007 9:34 PM
Revision 1
Beginner leroi
Tags API | C | scraping | Screen | webrequest | webresponse
Comments 4 comments
Shows a few objects I built to perform some screen scraping...
5
Date Submitted Mon. Feb. 19th, 2007 1:56 PM
Revision 1
Beginner mentat_emre
Tags C | converter | Number | roman
Comments 1 comments
It is a simple converter which converts your number into roman number.
Due to roman numbers it can converts 4 digits.
7
Date Submitted Thu. Jan. 11th, 2007 8:47 AM
Revision 1
Scripter Casper42
Tags ASPX | C | CSharp
Comments 3 comments
This little number will allow the contents of other pages to be included or embedded into the rendered HTML of an aspx page. Using the WebClient class from the .NET framework, you can conditionally load pages, even manipulate the HTML before it is rendered and in this example, fill in forms and execute javascript actions.

The following example shows how to auto-login to an Exchange Server - this was something requested for inclusion into our portal, but I left out the logic that pulls/decrypts the real password - for obvious reasons.

Enjoy!
~Jeremy
6
Date Submitted Thu. Jan. 4th, 2007 4:30 AM
Revision 1
Beginner jimmah
Tags C | factorial | Fast | Recursive
Comments 3 comments
Gives factorials for a given value.
5
Date Submitted Mon. Oct. 30th, 2006 1:03 AM
Revision 1
Scripter SCoon
Tags C | CPlusPlus | Java | Ruby | String
Comments 3 comments
This class intended to collect TODO comments from java/c++/etc source files.

Example:

protected readFileData (String path) throws IOException {
// TODO: add try...catch block for IOException
InputStream is = new FileInputStream(path);
...
}


See also DirectoryScanner class.
5
Date Submitted Sat. Oct. 28th, 2006 8:07 AM
Revision 1
Beginner FlyingIsFun1217
Tags C
Comments 2 comments
Simple C++ program that creates a directory with the asked username, and places 2 files within the directory that contain the asked for username and the asked for password.

This is an edit of another snippet I made, but I have fixed the creation of the user's folder so it is named after the user.

FlyingIsFun1217
« Previous 1 2 3 Next »