by eLancaster
backspacing so that after cin>>, you don't go to new line
|
|
[15 replies] Last: windows.h is heavy and is (for obvious reasons) unportable. You could... (by DeusExInfernus)
|
by dookkie
Difference between #define and string?
|
|
[2 replies] Last: avoid #defines whenever you can, they're unpredictable (by quirkyusername)
|
by indy2005
Iterating over a char array using pointers
|
|
[4 replies] Last: Thanks (by indy2005)
|
by qwertyasdfgh
C++ please quick hlp.
|
|
[6 replies] Last: Alright... If you're trying to keep the console open after you ente... (by Albatross)
|
"Undefined reference" error in Tic-Tac-Toe |
|
[3 replies] Last: No problem! I do this all the time, and I've been programming for awh... (by kooth)
|
Something Wrong with Program |
|
[2 replies] Last: Thank you I fixed it to all if else statements instead of using the sw... (by UMES Programmer)
|
by yulz
assigning a digit from a string to a variable
|
|
[4 replies] Last: Let's say you have a string called in and you need the ints var1 and v... (by DeusExInfernus)
|
by award982
array of integers whose size depends on a variable
|
|
[3 replies] Last: thanks for the information, really helped me alot :) (by award982)
|
by rej3kt
Simple class I'm struggling with
|
|
[4 replies] Last: Found out the problem was actually that I was writing an integer to a ... (by rej3kt)
|
by northfly
Any performance improvement by using exception?
|
|
[2 replies] Last: Exceptions are not there to improve performance, but to make your life... (by ernestus)
|
by topengonzo
c++ copy highlighted text??
|
|
[no replies]
|
by buldogao87
numerical integration lower limit,upper limit
|
|
[10 replies] Last: if you set area = 0 before each new calculation your code is correct e... (by slicedpan)
|
by ERanz21
game loops and setting up sfml (1,2)
|
|
[34 replies] Last: i actually found it, i tried creating another project and then it was ... (by ERanz21)
|
by Maerle
simple tic tac toe game
|
|
[1 reply] : up! (by Maerle)
|
by dznguy
Classes with an array
|
|
[3 replies] Last: [quote=dznguy]i still a need an array The array you'll use inside yo... (by m4ster r0shi)
|
by richardrhaul
Saying that MID is not being initialized
|
|
[7 replies] Last: oops, i overlooked line 95. so you can't change line 78 instead write ... (by coder777)
|
by FadeToBlack
DLL import functions
|
|
[1 reply] : anyone know how to do this? (by FadeToBlack)
|
by sevans
C++ I/O functions and struct with arrays and strings
|
|
[no replies]
|
by Toothkiller
Accessing member function from list
|
|
[5 replies] Last: It worked thank you ne555 (by Toothkiller)
|
by crazy4byu
Sorting and Strings
|
|
[no replies]
|