Code::Blocks
July 29, 2010, 06:01:39 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Code::Blocks Logo Elections closed! And the winner is... otaco!
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: [1]
  Send this topic  |  Print  
Author Topic: I hope CB allows the user to select the class name  (Read 600 times)
Loaden
Regular
***
Posts: 464



« on: January 18, 2010, 01:11:09 pm »

Which I know, VS, and CodeLite support the class name choices, I hope CB also allows the user to select the class name.
Code:
#include <iostream>

using namespace std;

class A
{
public:
    void func1() {}
    void func2() {}
    void func3() {}
};

class B
{
public:
    void func1() {}
    void func2() {}
    void func3() {}
};

class C
{
public:
    void func1() {}
    void func2() {}
    void func3() {}
};

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}
Logged

Arch & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
ollydbg
Lives here!
****
Posts: 1484


Interests on OpenCV and Robotics


WWW
« Reply #1 on: March 18, 2010, 03:24:56 pm »

@loaden:
Does this CC toolbar enhancement solve your problem?  Very Happy
Logged

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
Loaden
Regular
***
Posts: 464



« Reply #2 on: March 19, 2010, 06:08:01 am »

Great, works well.
Logged

Arch & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
bencharluo
Newcomer
*
Posts: 1


« Reply #3 on: June 04, 2010, 04:36:15 pm »

I don't know what it is meaning!
Does it mean in symbols tab we can see class name?
Logged
Pages: [1]
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!