473,396 Members | 1,914 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Embedded namespace

Hi,
I have been told that C++ doesn't contain anything like embedded
namespace , but I remembered I have seen something like that in a
library . So , does the newer standard about c++ support such thing ?

Thank you very much !

Jul 27 '06 #1
4 1976
struggle wrote:
Hi,
I have been told that C++ doesn't contain anything like embedded
namespace , but I remembered I have seen something like that in a
library . So , does the newer standard about c++ support such thing ?
Embedded in what?

--
Ian Collins.
Jul 27 '06 #2

Ian Collins wrote:
struggle wrote:
Hi,
I have been told that C++ doesn't contain anything like embedded
namespace , but I remembered I have seen something like that in a
library . So , does the newer standard about c++ support such thing ?
Embedded in what?

--
Ian Collins.
I mean something like
namespace A {
namespace B {
namespace C {
}
}
}

Thank you !

Jul 28 '06 #3
Bo Yang wrote:
struggle wrote:
Hi,
I have been told that C++ doesn't contain anything like embedded
namespace , but I remembered I have seen something like that in a
library . So , does the newer standard about c++ support such thing ?
>
I mean something like
namespace A {
namespace B {
namespace C {
}
}
}

Thank you !
"I have been told ...." ?? Rather than navel-gaze or ask in a
newsgroup, why don't you try a simple example yourself and see what
happens ?

Jul 28 '06 #4
Bo Yang <st********@gmail.comwrote:
Ian Collins wrote:
>struggle wrote:
Hi,
I have been told that C++ doesn't contain anything like embedded
namespace , but I remembered I have seen something like that in a
library . So , does the newer standard about c++ support such thing ?
Embedded in what?
I mean something like
namespace A {
namespace B {
namespace C {
}
}
}
I think a better name (hint: search term) is "nested" namespace.

--
Marcus Kwok
Replace 'invalid' with 'net' to reply
Jul 31 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Philipp Seidel | last post by:
Hi there! I did not know, where this topic fits in, so I put it here. I have a minor problem with embedded resources, which puzzles me quite a lot. I'd be glad if anyone can help me on this: ...
1
by: james | last post by:
What class / method should I be using to get the full path to an embedded resource ? In my case I have an .xml file that my app uses, it is set as embedded resource, and I have a control that...
5
by: Drew | last post by:
Assembly asm = Assembly.GetExecutingAssembly(); me = new Bitmap(asm.GetManifestResourceStream("me.gif")); I have used this before without any problem, but now I get: An unhandled exception...
7
by: Christofer Dutz | last post by:
Hi, I am trying to read a XML-File which I marked as embedded resource from within the code of my DLL. Unfortunately it doesn't work. On my search for the error I inserted some code for...
2
by: steve bull | last post by:
I created an embedded resource by adding a Swatches.xml file to my Solution and then making it an embedded resource in the VS IDE. When I try to open a stream to the resource using...
1
by: thomson | last post by:
Hi all, I have added a new Item in my Solution Test.sql which has got some sql scripts and i have changed the Build Action Property of the file to embedded Resources private string...
4
by: Jason Pettys | last post by:
In an ASP.NET project I am setting the content type of my .ascx and ..aspx files to Embedded Resource for a separate reason. When I do this they get embedded as "RootNamespace.Filename" but I...
1
by: Steve Richter | last post by:
I am embedding an xml file in my class library assembly. In solution explorer I right click a folder, add , new item, xml file. then on the xml file I right click, properties, build action =...
6
by: CSharpProgrammer | last post by:
Hi, I followed an example that loads an embedded resource http://support.microsoft.com/kb/324567 That works just fine and dandy. My problem is that my namespaces are setup a bit differently....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.