Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
hi, i am creating a ftp program using winInet in win32... in non asynchronous mode(no callback). it is connecting and when i use the ftpgetcurrentdirectory then return value whether true or false is immediate but actually the operation takes some time... how to detect whether the function has ended or not...? i dont want to use callbacks for this... but what i did was i used a timer to check the buffer whether the function returned any string... i feel this aint a proper way... and when i used the asynchronous mode i used a callback function in that there are many defined constants for which the compiler says undefined symbol... i am using dev-c++ IDE bu including the needed library in my project...

the call back function is called for opening and connecting to the server but not when i use the ftp_ functions... i am toggling between various methods to acheive some positive result but there wasnt a favorable result... phew and then i tried to use sockets like i used it for my own http request to my server... what will be the better way to use sockets to connect to the ftp server??? oh this line is the actual purpose of this big explanation... so this is my problem... so i am calling this command : CTRL + A and F1 ...
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 
GeneralRe: Is 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
Iain Clarke, Warrior Programmer1-Apr-08 3:57
Iain Clarke, Warrior Programmer1-Apr-08 3:57 
GeneralRe: Is 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
Cedric Moonen1-Apr-08 4:08
Cedric Moonen1-Apr-08 4:08 
GeneralRe: Is 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
CPallini1-Apr-08 4:14
mveCPallini1-Apr-08 4:14 
QuestionRe: Is it possible to construct a screen which can display the points of x, y and z axis by inputing 3 txt files by c++? [modified] Pin
johndoelee1-Apr-08 4:58
johndoelee1-Apr-08 4:58 
GeneralListBox SDI SetFont Pin
_chew1-Apr-08 3:09
_chew1-Apr-08 3:09 
QuestionRe: ListBox SDI SetFont Pin
David Crow1-Apr-08 3:30
David Crow1-Apr-08 3:30 
GeneralRe: ListBox SDI SetFont Pin
_chew1-Apr-08 5:57
_chew1-Apr-08 5:57 
GeneralRe: ListBox SDI SetFont Pin
Mark Salsbery1-Apr-08 6:14
Mark Salsbery1-Apr-08 6:14 
QuestionRe: ListBox SDI SetFont Pin
David Crow1-Apr-08 6:15
David Crow1-Apr-08 6:15 
GeneralRe: ListBox SDI SetFont Pin
_chew1-Apr-08 17:01
_chew1-Apr-08 17:01 
GeneralRe: ListBox SDI SetFont Pin
Mark Salsbery1-Apr-08 19:22
Mark Salsbery1-Apr-08 19:22 
GeneralRe: ListBox SDI SetFont Pin
Hamid_RT7-Apr-08 3:37
Hamid_RT7-Apr-08 3:37 
Generalauto_ptr array Pin
George_George1-Apr-08 0:50
George_George1-Apr-08 0:50 

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.