by ausairman
warning C4227: anachronism used : qualifiers on reference are ignored
|
|
[4 replies] Last: My mistake, the error was cause on the line after that one... Sorry ... (by ausairman)
|
Need help with my homework. |
|
[5 replies] Last: @ booradley60 thanks for the insight took a look at what I did and you... (by ejhernandez381)
|
by misssy
Printing in increasing order
|
|
[no replies]
|
by eagleman
pass vector to function?
|
|
[2 replies] Last: Thanks. What does adding the const do? Because the program runs, and i... (by eagleman)
|
by jackbruns28
confusion on why the void function won't recognize my declared variables
|
|
[8 replies] Last: Yes, declaring the variables globally. Thank you. I never thought of... (by jackbruns28)
|
keypress in dialog form |
|
[6 replies] Last: Thank you .. you solve my problem (by Daniel Sutopo)
|
by theascen
Need some polishing advice or direction on this project.
|
|
[no replies]
|
by Shala
std::cin, std::cout, peek, ws
|
|
[2 replies] Last: std::cout is for output (C++ OUTput) to the console window, like in th... (by LB)
|
by kjimenez
Arrays
|
|
[1 reply] : The error tells you word for word what is wrong. You're declaring a c... (by booradley60)
|
by fiodis
Possible Memory Leak?
|
|
[5 replies] Last: Sorry for all the walls of text, it's why I wasn't sure if I should po... (by fiodis)
|
by Daleth
Using getline properly
|
|
[7 replies] Last: I don't know of any problems other than not being able to use a custom... (by LB)
|
by robertdrums
Cout/Print
|
|
[1 reply] : http://cplusplus.com/forum/beginner/1988/ (edit: at least you didn't ... (by Splux)
|
by graham terry
Converting a Variable from a BTYE type to a WORD type
|
|
[3 replies] Last: Thanks guys. The MAKEWORD macro worked really well (after I worked ou... (by graham terry)
|
by Austin J
Enums in function parameters
|
|
[5 replies] Last: Thanks again! (by Austin J)
|
Arrays and Averaging |
|
[10 replies] Last: Thank you Jilb for all of the encouraging words. you helped me a lot..... (by redheadAlyssa)
|
by Awais Tahir
How TO Produce animal voices.. In c++ code
|
|
[4 replies] Last: You'd need a library that supports sound output. You need to load the ... (by Bourgond Aries)
|
by Ardeshir81
How to generate random numbers using "random_device"?
|
|
[3 replies] Last: In Code::Blocks you go to settings -> compiler -> and you check the bo... (by Vidminas)
|
by SoapChicken
Delete last vector entry
|
|
[6 replies] Last: booradley60, thanks, I'll look for the problem in my code. (by SoapChicken)
|
by TripCode
What kind of degree should be taken?
|
|
[3 replies] Last: Thanks for the reply Smac. I just needed to know if I HAVE TO take a g... (by TripCode)
|
by Pixlr
User inputs from cin inside if statement
|
|
[2 replies] Last: Hey, Thanks a bunch. It works, but I am having problems to detect inpu... (by Pixlr)
|