Pointer Arithmatic Issue |
|
[2 replies] Last: Thank you for pointing that out, sorry about the trouble. (by corywstewart99)
|
by tira
loop problem
|
|
[3 replies] Last: Hint: When you set the max variable in the if block on lines 23-24, yo... (by kevinkjt2000)
|
by buddha87
initialize a class object in initializer list
|
|
[6 replies] Last: Thank you! (by buddha87)
|
program stops working |
|
[16 replies] Last: globaltourist Check out http://www.learncpp.com/ chapter 8 and 9. I h... (by Handy Andy)
|
by mihaijulien
Snake Game - movement function
|
|
[3 replies] Last: Does your snake wrap around? Meaning, if the snake hits the edge, doe... (by JayhawkZombie)
|
by SweatyJuice
SFML DOESNT WORK
|
|
[5 replies] Last: I downloaded and followed only these instructions (http://www.sfml-de... (by cire)
|
How to set up any C++ compiler with Code::Blocks? |
|
[1 reply] : Compilers are just that: the only thing they do is compile code. What ... (by JayhawkZombie)
|
by foenyth
Getting Errors with “std_lib_facilities.h”
|
|
[3 replies] Last: "unsigned int i" can not be a negative number therefore is "i < 0" alw... (by closed account 48bpfSEw)
|
by Yawzheek
Template operator<<
|
|
[6 replies] Last: @ne555 Ah, yes using friend is better - not sure why i keep forgett... (by TheIdeasMan)
|
by roots
pseudocode
|
|
[5 replies] Last: So storing the number in a text file is enough. Go for it. There's n... (by closed account 48T7M4Gy)
|
by aggCoder
Basic command line question
|
|
[7 replies] Last: It seems that you should be trying to create a library not an executab... (by jlb)
|
by thexiv
Input Output of 32 bit sizes in chars
|
|
[9 replies] Last: void Node::insert_leaf(bool HL, bool LR) { HiLo.push_back(HL); if (... (by thexiv)
|
by BlurgenStein
Course program: cplusplus.com Tutorials - please join class!
|
|
[3 replies] Last: Forum tutorial class is ready and waiting for people to join. Come on ... (by Too Explosive)
|
by XYTetris
Help concerning a basic simple snake game
|
|
[2 replies] Last: Thanks for that answer! Also it was _getch() before. I was just trying... (by XYTetris)
|
by fivestar
SORTING HELP
|
|
[8 replies] Last: Relax. I was using that topic to see if that would help me get an idea... (by fivestar)
|
by CGunn86
OOP Design question.
|
|
[3 replies] Last: Very much appreciate the replies folks. So it's a bit what I kind of e... (by CGunn86)
|
by Dermand
Two-dimensional array
|
|
[no replies]
|
by MurVanSam
2 questions about c++
|
|
[19 replies] Last: Thanks! There are a lot of very good programmers on this site! Good ... (by koothkeeper)
|
by Gantzias
Dungeon Crawl Enemies
|
|
[no replies]
|
Inheritance technical problem |
|
[8 replies] Last: Ok Thanks again for the explanation i'l continue learning! (by globaltourist)
|