Something went wrong. Try again later

Amtiskaw

This user has not updated recently.

62 5 12 0
Forum Posts Wiki Points Following Followers

Amtiskaw's forum posts

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#1  Edited By Amtiskaw
Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#2  Edited By Amtiskaw

Maybe your PC is now using its integrated graphics instead of the GPU?

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#3  Edited By Amtiskaw

It sounds like you're using Code::Blocks. The .cbp file is just a file that stores compiler settings and a list of the files in your project. Console application is the correct project type so that shouldn't be the problem.

When you installed your IDE, did you use codeblocks-10.05-setup.exe or codeblocks-10.05mingw-setup.exe?

Edit: whoops, didn't see the posts on the second page, so just disregard this post.

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#4  Edited By Amtiskaw

@yami4ct: <iostream.h> is deprecated and 'using namespace std;' is only needed if you don't want to write 'std::cout', 'std::cin', ... all the time, and just write 'cout', 'cin', ...

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#5  Edited By Amtiskaw

It's iostream (short for input/output stream), not iosstream. Just adding

#include <iostream>

to the top should work.

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#7  Edited By Amtiskaw

A quick tip in case you're as dumb as a certain game journalist.

If a guy tells you that you need catch a particular fish at a beach, don't waste time trying to catch it at the harbour.

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#8  Edited By Amtiskaw

It ended in 1997, so ...

DUCKMAN!

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#9  Edited By Amtiskaw

Have you tried changing the primary display adapter in the bios settings?

Avatar image for amtiskaw
Amtiskaw

62

Forum Posts

5

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#10  Edited By Amtiskaw

Moore's Law isn't about computing speed, it's about the cost of placing transistors on an integrated circuit.