i need some advice :)

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

killercoder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 29
Joined: Sat Oct 17, 2009 4:19 pm

Re: i need some advice :)

Post by killercoder »

OK i got another question, when i try to replace a line of code like

Code: Select all

cout << "hi" << endl;
it ends up replacing the next letter or character after the cursor and I don't know how to fix this problem
User avatar
kamokow
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 68
Joined: Wed Aug 05, 2009 9:36 pm
Programming Language of Choice: C++
Location: Canada

Re: i need some advice :)

Post by kamokow »

killercoder wrote:OK i got another question, when i try to replace a line of code like

Code: Select all

cout << "hi" << endl;
it ends up replacing the next letter or character after the cursor and I don't know how to fix this problem
Try pressing insert. That works in most IDE's to fix the problem.
Image
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: i need some advice :)

Post by MarauderIIC »

Please... you have all the time in the world to write your forum posts. Please use linebreaks and capitalization, or I am not going to read it. Seriously. I read the first sentence of all of your posts and was like "eh, wall of text, skip."

From the post that says "Programming Discussion: Read Before Posting", right up at the top.
http://elysianshadows.com/phpBB3/viewto ... art=999999

3) Think. I know this one is hard. But reread your post. If it doesn't make sense, retype it, reword it, or do whatever you did to (hopefully) pass 3rd grade english. We aren't going to spend excessive amounts of time debugging your english along with your code.

In other news,
To overwrite a line of text, try using shift+arrow keys, and then type.
If you want to advance your selection by whole words, try ctrl+shift+arrow key.
If you want to delete the whole line, click anywhere on the line, hit home, then shift+end.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
Pennywise
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 55
Joined: Tue Sep 22, 2009 1:36 pm
Favorite Gaming Platforms: Megadrive(Genesis), Dreamcast, SNES, Nintendo 64
Programming Language of Choice: C, C++ and Java
Location: England

Re: i need some advice :)

Post by Pennywise »

killercoder wrote:hmm well i dont have the books right now i only have part of c++ for dummies 5th adition on me and its teaching me like vocabulary not how
ex) if i got a sprite name levi and a map made with musugo how do i interprit those into the coding of the game like i understand that each tile is = to a number but i dont know where to start the coding process of making a background and adding a charecter that can move around. i was working with flash cs4 and so all i did was draw my charecter on there and add the codes to him and then click copy and paste it to my level but i do not under stand how to do that with c++ and many other text based games so im a little lost if you get what im trying to say.
I just got C++ for Dummies 5 edition from the library not long ago. :lol:
killercoder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 29
Joined: Sat Oct 17, 2009 4:19 pm

Re: i need some advice :)

Post by killercoder »

Yea I did one bad paragraph I am sorry i already explained i was in a rush before but that will not happen again.

And nice I just got the c++ all in one desk reference which is very helpful to me compared to c++ 5th addition. I got c++ 5th addition from a friend of my brother I like it but I would much prefer the All In One Desk Reference. just my opinion :) go on amazon and get it for $5.00 including s&h used like I did, but mine was in excellent condition.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: i need some advice :)

Post by MarauderIIC »

killercoder wrote:Yea I did one bad paragraph I am sorry i already explained i was in a rush before but that will not happen again.
I know, I just said that since somebody mentioned it.
And nice I just got the c++ all in one desk reference which is very helpful to me compared to c++ 5th addition. I got c++ 5th addition from a friend of my brother I like it but I would much prefer the All In One Desk Reference. just my opinion :) go on amazon and get it for $5.00 including s&h used like I did, but mine was in excellent condition.
Awesome, $5 book.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
Pennywise
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 55
Joined: Tue Sep 22, 2009 1:36 pm
Favorite Gaming Platforms: Megadrive(Genesis), Dreamcast, SNES, Nintendo 64
Programming Language of Choice: C, C++ and Java
Location: England

Re: i need some advice :)

Post by Pennywise »

The book I learnt from is C++ in easy steps. It's a good book and explains everything clearly.
I don't think you an get it in the US though :cry:
I got it for £1 on eBay but I think C++ for dummies is better.
Post Reply