by anthony1947
Help required in forming a binary sequence
|
|
[2 replies] Last: Hello Turbine, I'd be grateful if you could elaborate a bit more on... (by anthony1947)
|
by khanser
VC++ 10 Ignoring preprocessor directives
|
|
[4 replies] Last: @Framework It's more like: Header_C.h int my_var = 0; Sourc... (by khanser)
|
by Gene
Putting a Pair of Chars into a Vector
|
|
[4 replies] Last: Problem Solved, just changed the char to a string (by Gene)
|
by xXmusicmanXx
end program (loops)
|
|
[6 replies] Last: its so that if it doesnt return 1, it returns something, such as 0. if... (by dong shi)
|
by Melander
Button event
|
|
[3 replies] Last: oh, heres a thread simular to yours: http://www.cplusplus.com/forum/un... (by dong shi)
|
by Justin
Noob question...
|
|
[7 replies] Last: its a operator that equals the oppisite of the true or false value so... (by dong shi)
|
by alhanz
Removing a specific text from a textfile
|
|
[4 replies] Last: Bump (by alhanz)
|
Closing program when user inputs wrong data |
|
[4 replies] Last: Oh yea, stupid me i just used && for my allegro code :3 (by closed account GbX36Up4)
|
by wtf
How would you define integer cotantiation?
|
|
[5 replies] Last: I don't know how I made that mistake, fixed now. Agreed, concatenat... (by Turbine)
|
by KingDreGo
math calculations and variables
|
|
[7 replies] Last: This maybe one issue. You have said this int paintPerGallon will ta... (by Turbine)
|
by PCwake90
problem with functions
|
|
[1 reply] : I am unfamiliar with this. enum CheckForWinner { WIN }; char TicTa... (by Turbine)
|
by bool maybe
HELP PLEASE: Program involving input/output file streams
|
|
[3 replies] Last: You could replace the following code, with what is below. I only di... (by binarybob350)
|
by lcam2
strings
|
|
[3 replies] Last: Hi guys, thanks for your suggestions. I've been working on the code a... (by lcam2)
|
by kenhapi
how to apply array correctly?
|
|
[3 replies] Last: You need to initialize each char in availability to '*' in your first ... (by binarybob350)
|
by joatmon
Problem with string variable in a class
|
|
[8 replies] Last: Neither am I. If you find anything on the reasons why, leave it here ... (by eidge)
|
by tam0009
Reading txt file and processing txt
|
|
[1 reply] : If all the data for each staff member consists of the same thinge E.g... (by Turbine)
|
C++ Help |
|
[2 replies] Last: Yeah, I can't see what your trying to do with setDay(), it just doesn'... (by Turbine)
|
by chr15chr15
Is there a way to do something like this? (initialising pointers)
|
|
[3 replies] Last: Sick yes it does sorry to have wasted your time. (by chr15chr15)
|
by Alexlf
cout causing functions to inexplicably fail
|
|
[4 replies] Last: Ah, thank you very much! I'd never heard of reinterpret_cast before. N... (by Alexlf)
|
by Ishvite
checking available values for sudoku
|
|
[1 reply] : Any way you do it, you'll still need to check rows, columns and a squa... (by hamsterman)
|