by Gmoney2015
Case switch question .
|
|
[7 replies] Last: Most certainly welcome.. (by megatron 0)
|
by androidguy1
Help implementing AI and Shadow in Maze Game
|
|
[2 replies] Last: The ghost must now ignore walls Based on the code we've been worki... (by AbstractionAnon)
|
by Bronislaw
Accessing vector of tupels element by position
|
|
[1 reply] : std::get<1>(Vector ) (by MiiNiPaa)
|
by XxJatinderXx
compare one character with an array of characters
|
|
[6 replies] Last: Then you will need to setup loop and replace characters manually. (by MiiNiPaa)
|
string |
|
[2 replies] Last: Did you check the reference pages? Several ways to do it: 1) Use... (by AbstractionAnon)
|
function pointers |
|
[12 replies] Last: i'll laugh at myself , av never heard of that , thanks for the insight... (by closed account SECMoG1T)
|
by thor36
Creating several instances of an object during program run
|
|
[13 replies] Last: Thor36 , the answer to your original question is that either (1) you ... (by dhayden)
|
by MRQ1
C++ knowledge required to start graphics programming
|
|
[2 replies] Last: to learn SDL/SFML basic C++ knowledge of this site's tutorials are eno... (by anup30)
|
by mighty asker
"return 1" in conditional statements
|
|
[2 replies] Last: "return 1" it basically depends on the context of usage for exampl... (by closed account SECMoG1T)
|
by VVS
if statement code
|
|
[1 reply] : Boolean And (&&). When you have two condition expressions, cond1 and ... (by keskiverto)
|
by naama
workspace
|
|
[1 reply] : Ive been using Visual Studios 2013 for months now, and I really like i... (by TarikNeaj)
|
by VVS
fixing a messed up program
|
|
[1 reply] : que 1 why would we declare calPerimeter as a variable but then also d... (by MiiNiPaa)
|
by cswag07
Closing Program Problem
|
|
[1 reply] : When you call search, you pass number to search for instead of size of... (by MiiNiPaa)
|
by decoy98
Pointer arithmetic problem
|
|
[6 replies] Last: Let that be a lesson to you. Pointer math is pretty much always the w... (by Disch)
|
by CodeisHell
Question from a student.
|
|
[2 replies] Last: @ats15 (Edit: thanks for at least trying. Sorry if I didn't explain my... (by CodeisHell)
|
by Devilester
system(string)
|
|
[2 replies] Last: Thank you, (by Devilester)
|
by Torm04
Passing Pointers through various functions
|
|
[no replies]
|
by prhray
error: expected ';' , ',' or ')' before 'int'
|
|
[2 replies] Last: I figured out what happened. I missed "," between x and int. (by prhray)
|
by SAL89
Question about Shortest path of the king
|
|
[2 replies] Last: This is not homework. You try to learn by doing yourself. That is ... (by keskiverto)
|
Increment function help |
|
[3 replies] Last: Thank you @androidguy1 and @Ganado it works now. (by husband and wife)
|