by HitCode337
"Hello World" project for borland c++
|
|
[13 replies] Last: The problem is that you are trying to compile as a VCL application (Wi... (by Duthomhas)
|
by dlugo
Issues with exceptions
|
|
[5 replies] Last: Quicklink: http://cplusplus.com/doc/tutorial/exceptions/ I agree w... (by Albatross)
|
by stepan89
SerialPort
|
|
[2 replies] Last: This is dependent on the Lib you're using. Have you picked one yet? Wh... (by Computergeek01)
|
by mconell
priority_queue questions
|
|
[5 replies] Last: Thanks for the replies! ne555: It's true that I can use the edges and... (by mconell)
|
by ufool71
Converting from String to Hex C++
|
|
[2 replies] Last: Thank you...that worked wonderfully :) (by ufool71)
|
by Flynn380
Trouble with if-else versus switch-case
|
|
[6 replies] Last: I don't think you can use switch in this case because you don't have... (by wasabi)
|
by AlphaBravo
Can I restore a random_shuffle on a string?
|
|
[9 replies] Last: Right gotcha Use srand (seed) instead of srand(time(0)); (by AlphaBravo)
|
by Brianzor
setw() zigzag
|
|
[2 replies] Last: Also, you should remove the auto keywords. auto is deprecated and it ... (by Athar)
|
by Jakewins0
Two digits in a date
|
|
[5 replies] Last: Oh okay so 1961%100 is just 19 with a remainder of 61. Got it. (by Jakewins0)
|
by dznguy
uppercase = lowercase
|
|
[10 replies] Last: comparing your model and my switch in switch model, the only problem t... (by dznguy)
|
by Lucrin
Convert Character to Numeric ASCII
|
|
[4 replies] Last: Not yet, but it will when C++0x becomes the official standard. I jus... (by sohguanh)
|
by xander333
variable not incrementing?
|
|
[13 replies] Last: The order of the variables in the initializer lists does not matter - ... (by Athar)
|
by Matorian
Question on how to write a program to test statements
|
|
[1 reply] : Hmmm..... maybe you want to consult Java JUnit framework which is over... (by sohguanh)
|
compound vs simple interest exercise.. |
|
[3 replies] Last: @george, One of your classmates posted the same questions in s thre... (by nathan10)
|
by Lucrin
ifstream question
|
|
[3 replies] Last: It reads until whitespace, and does not include the whitespace in any ... (by LB)
|
by yts
array and string
|
|
[7 replies] Last: http://cplusplus.com/reference/algorithm/find/ ^I'd do it using this.... (by Albatross)
|
by Miltek360
Completely lost Arrays
|
|
[7 replies] Last: Thanks Guys I really appreciate it......aspecial thanks to Thumper for... (by Miltek360)
|
by pbmichel
trouble with pow function
|
|
[2 replies] Last: I'm pretty new to this but wouldn't it be far neater to declare a clas... (by ThePillowist)
|
by ffcalixto
Non-void function
|
|
[4 replies] Last: I don't think you fully understand basic functions, research them. The... (by quirkyusername)
|
by Mike200
passing lists to functions
|
|
[4 replies] Last: of course ..!! Brilliant ..!!. it works, thanks again m4ster r0shi. (by Mike200)
|