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

C / C++ / MFC

 
GeneralRe: How to scan avalible wireless (802.11b) network in a MFC program? Pin
Robert Mao25-Jun-03 5:07
Robert Mao25-Jun-03 5:07 
GeneralUse WZC on XP? Pin
Robert Mao25-Jun-03 6:18
Robert Mao25-Jun-03 6:18 
Questionhow to change network and adapter setting in a MFC program? Pin
Robert Mao25-Jun-03 3:26
Robert Mao25-Jun-03 3:26 
AnswerRe: how to change network and adapter setting in a MFC program? Pin
Boris Schuetz25-Jun-03 4:42
Boris Schuetz25-Jun-03 4:42 
GeneralThanks, but... Pin
Robert Mao25-Jun-03 5:05
Robert Mao25-Jun-03 5:05 
GeneralRe: Thanks, but... Pin
Boris Schuetz25-Jun-03 5:37
Boris Schuetz25-Jun-03 5:37 
Generalany alternate way Pin
Halid Niyaz27-Aug-03 2:00
Halid Niyaz27-Aug-03 2:00 
Generaltricky thing with string Pin
Ilia Oussorov25-Jun-03 3:13
Ilia Oussorov25-Jun-03 3:13 
Hi all,
I am wondering that the following is working. When will the temporary string, created in the constructor, destroyed? After constructor call or after object destroyed? Am I right that c_str() returns only the pointer and not copy char string? Is it a safe program or not?Thanx for your time,

#include <string>
#include <iostream.h>
#include <stdlib.h>
#include <stdio.h>

class a
{
public:
const char * name;
a(const char * name_ ):name(name_){};
void print() {cout<
GeneralRe: tricky thing with string Pin
David Crow25-Jun-03 3:27
David Crow25-Jun-03 3:27 
GeneralRe: tricky thing with string Pin
Ilia Oussorov25-Jun-03 3:33
Ilia Oussorov25-Jun-03 3:33 
GeneralRe: tricky thing with string Pin
David Crow25-Jun-03 3:36
David Crow25-Jun-03 3:36 
GeneralRe: tricky thing with string Pin
Ilia Oussorov25-Jun-03 3:46
Ilia Oussorov25-Jun-03 3:46 
GeneralRe: tricky thing with string Pin
David Crow25-Jun-03 4:15
David Crow25-Jun-03 4:15 
GeneralRTX Program Pin
dadacncn25-Jun-03 3:10
dadacncn25-Jun-03 3:10 
GeneralCursor Position Pin
SatyaDY25-Jun-03 1:37
SatyaDY25-Jun-03 1:37 
GeneralRe: Cursor Position Pin
basementman25-Jun-03 4:22
basementman25-Jun-03 4:22 
GeneralRe: Cursor Position Pin
SatyaDY25-Jun-03 18:16
SatyaDY25-Jun-03 18:16 
Questionhow to detect the internet/network connect Pin
Tarundeep Singh Kalra25-Jun-03 1:05
Tarundeep Singh Kalra25-Jun-03 1:05 
AnswerRe: how to detect the internet/network connect Pin
David Crow25-Jun-03 2:52
David Crow25-Jun-03 2:52 
GeneralFile Read/Write Pin
chito25-Jun-03 0:55
chito25-Jun-03 0:55 
GeneralRe: File Read/Write Pin
Anonymous25-Jun-03 2:34
Anonymous25-Jun-03 2:34 
GeneralRe: File Read/Write Pin
valikac25-Jun-03 6:16
valikac25-Jun-03 6:16 
Generalanother quesion about regular dll Pin
gucy25-Jun-03 0:19
gucy25-Jun-03 0:19 
GeneralRe: another quesion about regular dll Pin
David Crow25-Jun-03 2:58
David Crow25-Jun-03 2:58 
GeneralGet your software done or undertake projects Pin
Anonymous24-Jun-03 23:53
Anonymous24-Jun-03 23:53 

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.