![]() |
| | #1 |
| Registered User Join Date: Sep 2009
Posts: 24
| fix lines visual c++ 2008 i mean that if Code: void func(){
if(exp)
inst1;
else
inst2;
}
after fixing Code: void func(){
if(exp)
inst1;
else
inst2;
}
is there any button fix that ? TNX .................. |
| the_contractor is offline | |
| | #2 |
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 11,325
| There should be an even faster short-cut, but a quick check shows: CTRL-A followed by CTRL-K followed by CTRL-F (the latter two being available from Edit -> Advanced -> Format Selection).
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way |
| laserlight is online now | |
| | #3 |
| Registered User Join Date: Oct 2009 Location: While(1)
Posts: 368
| i think you should use tab this is what you are looking for |
| RockyMarrone is offline | |
| | #4 |
| Registered User Join Date: Sep 2009
Posts: 24
| so ? there's no such thing ? thank you . |
| the_contractor is offline | |
| | #5 | |
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 11,325
| Quote:
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way | |
| laserlight is online now | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| writing a dll in visual studio 2008 | xixpsychoxix | Windows Programming | 4 | 09-14-2009 03:13 AM |
| Avoiding Global variables | csonx_p | Windows Programming | 32 | 05-19-2008 12:17 AM |
| We Got _DEBUG Errors | Tonto | Windows Programming | 5 | 12-22-2006 05:45 PM |
| Functions in C | shoobsie | C Programming | 15 | 11-17-2005 01:47 PM |
| Linking error | DockyD | C++ Programming | 10 | 01-20-2003 05:27 AM |