by Bogeyman
(Rename) Console Pong
|
|
[8 replies] Last: Thanks Jims, that's very gracious of you to say that I already have a ... (by Bogeyman)
|
by zodiacdimes
how do i combine the two
|
|
[14 replies] Last: Kemort I was trying to reply to you and send you my code but it won't ... (by zodiacdimes)
|
by MitchelH
Please help me fix my variable/function errors
|
|
[4 replies] Last: Try declaring all the missing variables at the top of the program belo... (by Swapnil2000)
|
by wfe2015
Compiling using g++ and xCode
|
|
[1 reply] : What version of XCode did you install? Normally you shouldn't try to ... (by LB)
|
by supernoob
Help! TicTacToe problem!
|
|
[2 replies] Last: Gotcha. Thanks a lot! (by supernoob)
|
Can't use function to change values in 2d vector of structs |
|
[3 replies] Last: Ah, ok, I see now. Yeah definitely need to brush up on my constructors... (by ScrambledLogic)
|
by soulworld05
Problem with Statement
|
|
[5 replies] Last: I would recommend using an array (vector) of strings to store the mont... (by closed account E0p9LyTq)
|
by sonrhey
functions
|
|
[1 reply] : The variable z in input is not the variable z in output .... (by cire)
|
by AVM8
Binary Search Tree 2
|
|
[3 replies] Last: +1 dhayden: This is exactly the type of loop I when I competed in ACM... (by kevinkjt2000)
|
by www8
Specify what file type to open in OpenFileDialog in VS2013
|
|
[1 reply] : Any one yet? (by www8)
|
by suzuka
system (pause) Error
|
|
[5 replies] Last: Try google ncurses (by TheIdeasMan)
|
by skididdy93
Name Arranger program- error C2228
|
|
[1 reply] : firstname is array of characters. It cannot have members, like length(... (by MiiNiPaa)
|
by Skip1
Can't get Hello World to work.
|
|
[4 replies] Last: Issue solved. Thank you guys so much! (by Skip1)
|
by qwertypads
switch
|
|
[6 replies] Last: Use arrays to store the words. For example: static string ones =... (by dhayden)
|
by cppdummies
How do you write arrays and for loops in pseudocode
|
|
[1 reply] : Pseudocode is an artificial and informal language http://www.unf.e... (by kevinkjt2000)
|
by lock988
Getting input from file
|
|
[4 replies] Last: For reading lines of the file: string FileLines ; int x = 0; while... (by axtyax)
|
by zafiris
Connect with server and return results
|
|
[2 replies] Last: Thanks for your reply but i want to say that now with your code i have... (by zafiris)
|
by WasThere
Help!!
|
|
[3 replies] Last: @ MiiniPaa yeah realized that,thanks tho! (by WasThere)
|
by RokSav
Pointer (or value inside it) changing; unclear why
|
|
[6 replies] Last: Hi RokSav. One doubt I have. ptr is a pointer type input parameter, ... (by akash16)
|
by suzuka
My First C++ Program (Simple Calculator)
|
|
[8 replies] Last: Wow, got many precious words from all of you and will keep them in min... (by suzuka)
|