Connecting Tech Pros Worldwide Help | Site Map

New to C++

Greenhorn
Guest
 
Posts: n/a
#1: Nov 7 '05
Hi there,
I am new to programming. I am havving a problem with the newline
character( '/n' ) being used as part of a control structure. What do I
do?

deane_gavin@hotmail.com
Guest
 
Posts: n/a
#2: Nov 7 '05

re: New to C++


Greenhorn wrote:[color=blue]
> Hi there,
> I am new to programming. I am havving a problem with the newline
> character( '/n' ) being used as part of a control structure. What do I
> do?[/color]

The newline character is '\n' not '/n'.

If that's not your problem, then see if the FAQ answers your question

http://www.parashift.com/c++-faq-lite/index.html

If not, follow the instructions in

http://www.parashift.com/c++-faq-lit...t.html#faq-5.8

and people will be glad to help.

Gavin Deane

Victor Bazarov
Guest
 
Posts: n/a
#3: Nov 7 '05

re: New to C++


On Mon, 07 Nov 2005 09:12:09 -0800, Greenhorn wrote:[color=blue]
> I am new to programming. I am havving a problem with the newline
> character( '/n' ) being used as part of a control structure. What do I
> do?[/color]

Read the FAQ, especially 5.8.

V
Closed Thread