Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Assist++ future
Re: Assist++ future [message #12166 is a reply to message #10914] Mon, 15 October 2007 01:29 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 826
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
I have problem with Assist++ not showing member of S_A struct in this case:
class C_A {
public:
	struct S_A {	int x;	S_A() : x(1) {} };
};
class C_B : public C_A {
public:
	struct S_B : public S_A {	S_B() { x = 3; } };
};
C_B::S_B b;

CONSOLE_APP_MAIN
{
	UPP::Cout().Put( UPP::AsString(b.x) + "\r\n" );
//put "b." here, the "x" of S_A will be not shown
}


(P.S. the simple form without C_A and C_B encapsulation works OK, only this more complex case does not work)

[Updated on: Mon, 15 October 2007 01:30]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: U++ infrastructure server...
Next Topic: Decimal
Goto Forum:
  


Current Time: Fri Jul 18 16:15:33 CEST 2025

Total time taken to generate the page: 0.05544 seconds