Connecting Tech Pros Worldwide Help | Site Map

New to C++

  #1  
Old November 7th, 2005, 05:25 PM
Greenhorn
Guest
 
Posts: n/a
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?

  #2  
Old November 7th, 2005, 05:25 PM
deane_gavin@hotmail.com
Guest
 
Posts: n/a

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

  #3  
Old November 7th, 2005, 05:25 PM
Victor Bazarov
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
New to C language - HELP Required sri answers 22 August 17th, 2006 12:55 PM
using placement new to re-initialize part of an object removeps-generic@yahoo.com answers 5 April 5th, 2006 09:25 PM
using placement new to re-initialize part of an object removeps-generic@yahoo.com answers 0 April 4th, 2006 10:35 PM
New to MySQL Mike answers 6 December 19th, 2005 08:05 PM
New to Classes, please help. David Lozzi answers 6 November 19th, 2005 08:38 AM