Important alert: (current site time 7/15/2013 5:19:59 AM EDT)
 

Browse Category or Search Results.

Search Results: Page 1 of 3 found. Entries 1 - 10 of 20 found
Jump to page: 1 2 3 

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Alternative to the TRACE macroAlternative to the TRACE macroC++ (general)Intermediate /
Found on the World Wide Web
15269 since
10/23/1999

By 2 Users

       If you create the following pre-processor macro and then use this in place of a TRACE then the output is such that if you double click on the line in the output window it takes you to the line of code where the INFO statement is. It is great for navigat ...(description truncated)
 
 
  Browse between case labelsBrowse between case labelsMicrosoft Visual C++Beginner /
Ward Van Tichelen
8987 since
10/23/2001 7:13:50 AM
Unrated
       Two macros to jump forward/back to the next/previous case in a switch statement. This is extremely useful when browsing through large switch statements. Give it a try! (For those unfamiliar with creating macros I've given a easy Step by Step instructionli ...(description truncated)
 
 
  Change the Case of Characters on SreenChange the Case of Characters on SreenC++ (general)Beginner /
Yaser Mujeeb Chauhan
7250 since
4/24/2004 2:48:05 AM

By 1 Users

       This programme is done only by use of pointers. It direct access V.D.U.(Visual Display Unit) Memory and change its contents i.e. change the case.
 
 
  Click MacroClick MacroC, C++ (general), Microsoft Visual C++, Borland C++Beginner /
Grathomp
17235 since
8/12/2002 5:19:15 PM

By 5 Users
2 Excellent Ratings
       Click Macro is a very simple program that I got the idea from a delphi source on this site. It basically gets a offset from you and clicks it double clicks it or right clicks it. It is commented very thouroughly and is pretty straightforward. The Code wil ...(description truncated)
 
 
  Columna search-and-replaceColumna search-and-replaceC++ (general)Beginner /
Chris Ruesink
13432 since
6/24/2000 12:27:08 PM

By 3 Users

       A search and replace script.
 
 
  Creating a comfortable ToDo list in Creating a comfortable ToDo list in "Visual C++" using "Visual C++" macros (Not an add-in).Microsoft Visual C++Beginner /
Vitaly
15810 since
2/7/2001 3:22:30 PM

By 5 Users
3 Excellent Ratings
       Using this tutorial you will be able to create a ToDo file wich writes the dates and marks the done tasks. All this using macros.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Creating Accessors and Mutators using VC++ macrosCreating Accessors and Mutators using VC++ macrosMicrosoft Visual C++Beginner /
Vitaly
8136 since
3/19/2001 4:06:00 AM
Unrated
       This will help you to create mutators and accessors to private members of a class.
 
 
  Declare an abstract base class to IMPLEMENT_SERIALDeclare an abstract base class to IMPLEMENT_SERIALC++ (general)Intermediate /
Found on the World Wide Web
12123 since
10/23/1999
Unrated
       How can I declare an abstract base class to be IMPLEMENT_SERIAL? You need a special form of IMPLEMENT_SERIAL that looks like this: Use the regular DECLARE_SERIAL but use IMPLEMENT_SERIAL_ABC shown below instead of IMPLEMENT_SERIAL.
 
 
  Get a bit, extract a value, or set a bit from a numberGet a bit, extract a value, or set a bit from a numberC, C++ (general)Intermediate /
Mike A. Leonetti
16788 since
6/6/2000 10:35:06 PM

By 3 Users
2 Excellent Ratings
       These two macros will get/modify the bit in a number according to a position counted from right to left. For example, let's say we had 1101 1111 (223). We would just use my macro to get the 3rd bit from the right which would be a one. We can also modify i ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  MS VC++ Dev studio Comment/Uncomment macros ( MSdev macros)MS VC++ Dev studio Comment/Uncomment macros ( MSdev macros)Microsoft Visual C++Beginner /
lalam satish
6985 since
1/9/2005 6:00:19 AM
Unrated
       Allows you to select a block of code from a file opened in MSDev ( MS Visual studio IDE), and comment the whole code with one mouse click/keyboard shortcut. (similiar to one available in VB IDE ).
 


Search Results: Page 1 of 3 found. Entries 1 - 10 of 20 found
Jump to page: 1 2 3 


Compatibility Filter Profile:

C
C++ (general)
Microsoft Visual C++
Borland C++
UNIX C++