Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to reverse a vertical slider Pin
ThatsAlok1-Apr-08 9:22
ThatsAlok1-Apr-08 9:22 
GeneralRe: how to reverse a vertical slider Pin
reteset2-Apr-08 4:53
reteset2-Apr-08 4:53 
GeneralRe: how to reverse a vertical slider Pin
Iain Clarke, Warrior Programmer3-Apr-08 4:35
Iain Clarke, Warrior Programmer3-Apr-08 4:35 
GeneralRe: how to reverse a vertical slider Pin
reteset4-Apr-08 6:57
reteset4-Apr-08 6:57 
GeneralRe: how to reverse a vertical slider Pin
Iain Clarke, Warrior Programmer7-Apr-08 22:01
Iain Clarke, Warrior Programmer7-Apr-08 22:01 
QuestionHow to use Namespaces created in different projects in the same solution? Pin
pabloraul1-Apr-08 6:21
pabloraul1-Apr-08 6:21 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
led mike1-Apr-08 6:51
led mike1-Apr-08 6:51 
GeneralRe: How to use Namespaces created in different projects in the same solution? [modified] Pin
pabloraul1-Apr-08 7:02
pabloraul1-Apr-08 7:02 
about the NAMESPACE_BEGIN(CryptoPP), i really dont know. the compiler understands that it its the beggining of the namespace and at the end of the file theres a NAMESPACE_END. when i look at the object browser it has something like this:

CRYPTO
{}CryptoPP //meaning that cryptopp is inside crypto
{}Std

about including the header file of the namespace, i dont now which one since every file of the class has that thing inside...


by the way, i cant even include the files of CRYPTO into de files of ZEUS
example:
#include "config.h" //cannot include file, no such file or directory

modified on Tuesday, April 1, 2008 1:13 PM

GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
led mike1-Apr-08 7:13
led mike1-Apr-08 7:13 
JokeRe: How to use Namespaces created in different projects in the same solution? Pin
pabloraul1-Apr-08 7:23
pabloraul1-Apr-08 7:23 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
Mark Salsbery1-Apr-08 7:34
Mark Salsbery1-Apr-08 7:34 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
pabloraul1-Apr-08 8:12
pabloraul1-Apr-08 8:12 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
Mark Salsbery1-Apr-08 8:42
Mark Salsbery1-Apr-08 8:42 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
pabloraul1-Apr-08 8:44
pabloraul1-Apr-08 8:44 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
Mark Salsbery1-Apr-08 9:14
Mark Salsbery1-Apr-08 9:14 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
pabloraul1-Apr-08 9:28
pabloraul1-Apr-08 9:28 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
led mike1-Apr-08 8:54
led mike1-Apr-08 8:54 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
led mike1-Apr-08 7:48
led mike1-Apr-08 7:48 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
Nemanja Trifunovic1-Apr-08 9:08
Nemanja Trifunovic1-Apr-08 9:08 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
led mike1-Apr-08 9:40
led mike1-Apr-08 9:40 
Questionwhat is the difference in winInet functions and sockets for connecting to ftp servers Pin
Jach Mullan1-Apr-08 3:55
Jach Mullan1-Apr-08 3:55 
GeneralRe: what is the difference in winInet functions and sockets for connecting to ftp servers Pin
led mike1-Apr-08 4:21
led mike1-Apr-08 4:21 
GeneralRe: what is the difference in winInet functions and sockets for connecting to ftp servers Pin
Mark Salsbery1-Apr-08 6:09
Mark Salsbery1-Apr-08 6:09 
GeneralRe: what is the difference in winInet functions and sockets for connecting to ftp servers Pin
ThatsAlok1-Apr-08 9:23
ThatsAlok1-Apr-08 9:23 
QuestionIs it possible to construct a screen which can display the points of x, y and z axis by inputing 3 txt files by c++? Pin
johndoelee1-Apr-08 3:26
johndoelee1-Apr-08 3:26 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.