Click here to Skip to main content
15,887,302 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Getting started, need some guidance Pin
Amarnath S5-May-13 21:30
professionalAmarnath S5-May-13 21:30 
GeneralRe: Getting started, need some guidance Pin
Mikens6-May-13 2:05
Mikens6-May-13 2:05 
AnswerRe: Getting started, need some guidance Pin
Richard MacCutchan5-May-13 22:11
mveRichard MacCutchan5-May-13 22:11 
GeneralRe: Getting started, need some guidance Pin
Mikens6-May-13 2:11
Mikens6-May-13 2:11 
GeneralRe: Getting started, need some guidance Pin
Richard MacCutchan6-May-13 4:56
mveRichard MacCutchan6-May-13 4:56 
QuestionHOW to insert String in C++ Pin
OmarSH5-May-13 5:21
OmarSH5-May-13 5:21 
AnswerRe: HOW to insert String in C++ Pin
Yashwanth. C.b5-May-13 5:52
Yashwanth. C.b5-May-13 5:52 
GeneralRe: HOW to insert String in C++ Pin
Richard MacCutchan5-May-13 6:47
mveRichard MacCutchan5-May-13 6:47 
You should use <pre> tags round code (using the code link above) and line it up properly like:
C++
include"iostream.h"
#include"string.h"

main()
{
    string name;
    cout << "enter your name";
    cin >> name;
    cout << "your name is "<<name;
}

The var link is used to highlight single words or phrases such as int variable; in a sentence.
Use the best guess

AnswerRe: HOW to insert String in C++ Pin
Richard MacCutchan5-May-13 6:50
mveRichard MacCutchan5-May-13 6:50 
Questionhow to develop my own language Pin
Yashwanth. C.b5-May-13 2:46
Yashwanth. C.b5-May-13 2:46 
AnswerRe: how to develop my own language Pin
Richard MacCutchan5-May-13 3:12
mveRichard MacCutchan5-May-13 3:12 
GeneralRe: how to develop my own language Pin
Yashwanth. C.b5-May-13 5:03
Yashwanth. C.b5-May-13 5:03 
GeneralRe: how to develop my own language Pin
Richard MacCutchan5-May-13 5:14
mveRichard MacCutchan5-May-13 5:14 
AnswerRe: how to develop my own language Pin
H.Brydon5-May-13 16:57
professionalH.Brydon5-May-13 16:57 
QuestionQuestion about the return value of windows procedure [solved] Pin
econy3-May-13 7:43
econy3-May-13 7:43 
AnswerRe: Question about the return value of windows procedure Pin
Chris Losinger3-May-13 8:00
professionalChris Losinger3-May-13 8:00 
QuestionPointer to object doesn't point to any thing !!!!!! Pin
OmarSH3-May-13 0:02
OmarSH3-May-13 0:02 
AnswerRe: Pointer to object doesn't point to any thing !!!!!! Pin
Jonathan Davies3-May-13 0:26
Jonathan Davies3-May-13 0:26 
AnswerRe: Pointer to object doesn't point to any thing !!!!!! Pin
Richard MacCutchan3-May-13 0:57
mveRichard MacCutchan3-May-13 0:57 
AnswerRe: Pointer to object doesn't point to any thing !!!!!! Pin
CPallini3-May-13 10:33
mveCPallini3-May-13 10:33 
GeneralRe: Pointer to object doesn't point to any thing !!!!!! Pin
sarvanik4-May-13 5:03
sarvanik4-May-13 5:03 
GeneralRe: Pointer to object doesn't point to any thing !!!!!! Pin
sarvanik4-May-13 5:35
sarvanik4-May-13 5:35 
GeneralRe: Pointer to object doesn't point to any thing !!!!!! Pin
CPallini4-May-13 10:05
mveCPallini4-May-13 10:05 
QuestionIs there any way a C/C++ program can crash before main()? Pin
mbatra312-May-13 22:26
mbatra312-May-13 22:26 
AnswerRe: Any situation where a program will fail to compile before coming to main in C++.? Pin
yoaz2-May-13 22:47
yoaz2-May-13 22:47 

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.