Click here to Skip to main content
       

C / C++ / MFC

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
AnswerRe: Using make filememberJochen Arndt15 Nov '12 - 2:20 
You should provide some more information. At least the name of the 3rd party code and the operating system you are using (makefile files are commonly used with Linux). The file extension .prg can be anything. It may be an input file for the makefile (reading its content may help).
 
If the code is Open Source, there should be some documentation on how to build a library (in the project documentation or by searching the web).
 
If it is not Open Source, you should contact the supplier of the code.
Questionhow to create an Un-sorted map in c++membernarmada Padhy14 Nov '12 - 18:04 
how to create an Un-sorted map in c++
AnswerRe: how to create an Un-sorted map in c++mvpRichard MacCutchan14 Nov '12 - 21:01 
Maybe a List[^] of pairs[^]?
One of these days I'm going to think of a really clever signature.

AnswerRe: how to create an Un-sorted map in c++memberStephen Hewitt14 Nov '12 - 22:57 
Use a hash map.
Steve

AnswerRe: how to create an Un-sorted map in c++memberArun S J18 Nov '12 - 18:20 
Use the following and try
http://en.wikipedia.org/wiki/Unordered_map_(C%2B%2B)[^]
http://en.wikipedia.org/wiki/Hash_table[^]
NewsSoftware Engineer (C++) needed in Singapore!!memberdarkxfire14 Nov '12 - 17:39 
Hi Guys,
 
I am looking for Full-Time Software Engineer for my client.
 
Working Location: Singapore, Ang Mo Kio
Working Hours: 8.30am to 5.30pm
Salary Range: Up to $3800
 
- Degree in Computer Engineering or Computer Science or relevant fields with at least 2 years experience
 
- Programmers who are experienced in C++/Java Programming, Object Oriented Programming (OOP), and knowledge in MFC and network communication is an advantage.
 
- Fresh graduates with interest in software development are welcome to apply
 
- Only Singaporeans and PRs need apply
 
Please send in your resume/CV to vincent@careerhub.com.sg and I will be contacting you shortly!
GeneralRe: Software Engineer (C++) needed in Singapore!!memberArun S J18 Nov '12 - 18:27 
Hi Sir,
I am 2 years 4 months experienced person in OOPs Concepts, C++, VC++, MFC. But I am a diploma holder( 86.43 %).
QuestionError MSB6006: "CL.exe"memberjohn563213 Nov '12 - 22:41 
My code was running with VS2010 but today (almost after 15 days) I tried to compile and getting error
Error	1	error MSB6006: "CL.exe" exited with code 1.	C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets	147
I think it not code related error, its with VS2010. Can you please help to solve this?
QuestionRe: Error MSB6006: "CL.exe"memberDavidCrow14 Nov '12 - 3:23 
Do you have AV software disabled? Are you running VS2010 as administrator?

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous


QuestionUDP ports 500 and 4500 are busy?memberv_iv13 Nov '12 - 18:46 
My application must work on a remote computer with ports 500 and
4500 on UDP-protocol, but it doesn't work.
I tried to test these ports by this udp-server.
http://www.codeproject.com/Articles/11740/A-simple-UDP-time-server-and-client-for-beginners
 
Antivirus is switched off, Firewall too.
 
When I start udp-server as "timeserver 500" or as "timeserver 4500"
I get message: "Could not bind name to socket".
But with other ports it works. Why? (In the source code I do not
see any restrictions for port-numbers.)
 
On my local home computer - the same behavior!
Can anyone explain this?

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 23 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid