The name-resolution tag has no wiki summary.
25
votes
1answer
531 views
List of C++ name resolution (and overloading) rules
Where I can find a list of the rules that a C++ compliant compiler must apply in order to perform names resolution (including overloading)?
I'd like something like a natural-language algorithm or ...
14
votes
3answers
168 views
The actual result of name resolution in the class template is different from the c++ 03 standard
I test the code in the c++ standard ISO/IEC 14882-03 14.6.1/9 on Xcode 4.1 and Visual Studio 2008. The outputs of the two compiler are both different from the expected result of the standard.
The ...
10
votes
4answers
165 views
Hostname for .net too long?
While working on a program I recently found that hostnames in .net (or at least in the ping class) are not supposed to have more than 126 characters. The ping class throws an exception if a hostname ...
4
votes
1answer
141 views
Inter-module exception name resolution through boost python does not work?
Here is my problem:
I have two C++ modules, A and B, which are built as dynamically-linked libraries. A offers basic math functions, and custom exception types. B is a higher level module that uses ...
2
votes
2answers
208 views
Rails app accessible from LAN machine using IP address, but not Bonjour name?
I'm developing a web-based application for iOS devices and want to access it from my Home Screen (via an icon).
I'm able to see the site from an external device by going to http://10.0.1.4:3000, ...
1
vote
1answer
90 views
Universal local network name resolution method without DNS?
I'm writing TCP/IP code for a DHCP enabled network device. Is there a universal way this device can announce its hostname in-the-wild that pretty much all web browsers (on osx/linux/win) can access ...
1
vote
4answers
673 views
linux: adding hosts programmatically?
Is there a way to programmatically add hosts to the local name resolver under Linux?
I would rather avoid fiddling with /etc/hosts dynamically...
Example: add the name foo and bind it to the local ...
0
votes
0answers
38 views
how does name resolution in oracle 10g work? [migrated]
In oracle 10g (10.2.0)
names Resolutions
there are 4 types supported by 10g
Easy Connect(10g added this new method)
Local naming
Directory
External naming
my question is:
it is said that if ...
0
votes
1answer
75 views
Templates :Name resolution -->IS this statement is true while inheritance?
This is the statement from ISO C++ Standard 14.6/6:
Within the definition of a class template or within the definition of a member of a class template, the keyword typename is not required when ...
0
votes
2answers
919 views
Create local Linked Server using Server Name or IP Address?
Based on the answer I received on this question (http://stackoverflow.com/questions/1911969/...) I have set up a Linked Server on SQL Server 2008 to a Pervasive database.
Since both databases are on ...
0
votes
1answer
404 views
PNRP Name Resolution Problem
I am trying to get PNRP connectivity working between a Windows XP machine and a Windows Vista machine on my internal network (as a first step to getting it working from outside my network).
I have ...