by TheEurekaMan
Average contents in array object
|
|
[1 reply] : Hello TheEurekaMan, I will let the comments of the code say most of w... (by Handy Andy)
|
by BOAC
I need help with my program.
|
|
[3 replies] Last: In your IF statements, you had if (age < 18 && age > 99) I suggest y... (by Handge)
|
by lovee0711
basic invalid number detection (command arguments)
|
|
[10 replies] Last: > determine if the characters in each argument are suitable for conv... (by JLBorges)
|
by kingkush
Double Linked List insert not arranging in order
|
|
[7 replies] Last: Here's code that works. The biggest problem was that you were insertin... (by dhayden)
|
by puertas12
Why is the attribute c set without initialization?
|
|
[5 replies] Last: I understood thanks!! (by puertas12)
|
by Kuluoz
How to check String in startwith function?
|
|
[2 replies] Last: Thanks. It is work. (by Kuluoz)
|
by zeus
Increment and decrement operator help
|
|
[4 replies] Last: Thanks Jonnin, I was a bit careless with my response. The sequence of ... (by zeus)
|
by M S A H O
this code keep crashing while no compiler errors
|
|
[4 replies] Last: thanks I will try and see if it works with me (by M S A H O)
|
by DylanZ
Need some help on Cointoss !!
|
|
[3 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> using namesp... (by closed account 48T7M4Gy)
|
by i773
Dynamically instance objects (like a template)
|
|
[8 replies] Last: No. 17.6.2/3 A member function template shall not be virtual. http:/... (by JLBorges)
|
by ThatGrayRock
Source Keeps Crashing
|
|
[4 replies] Last: Thank you all for your help. (by ThatGrayRock)
|
by keh k lenge
Protected inheritance
|
|
[3 replies] Last: http://www.gotw.ca/publications/mill06.htm https://stackoverflow.com/q... (by keskiverto)
|
by ExSanity
Connecting to IRC via Winsock
|
|
[4 replies] Last: Thank you @coder777 giving the buffer an actual size fixed it! I as we... (by ExSanity)
|
by bluefrog
makefile setup with boost included
|
|
[1 reply] : Maybe it doesn't like for -lboost_system to be specified before smal... (by helios)
|
by masterinex
how to sort a deck of cards by rank then suit
|
|
[6 replies] Last: Of the mainstream compilers, void main() 'works' only with the Micro... (by JLBorges)
|
by zeus
Should I buy a new book?
|
|
[5 replies] Last: Thomas, you're quite right about MFC; C::B would still be a valid opti... (by gunnerfunner)
|
by masterinex
about regex
|
|
[15 replies] Last: Any word enclosed within opening and closing parentheses: \(\w+\) ... (by JLBorges)
|
C++ |
|
[2 replies] Last: Hello Shubhamkapoor, I think line 2 was just a typo from someone. The... (by Handy Andy)
|
by ThatGrayRock
Computer Not Following Formula Right
|
|
[6 replies] Last: Hello ThatGrayRock, You are welcome. Any time. I would be interested ... (by Handy Andy)
|
by kretosa
class members, The loop only prints the last index
|
|
[1 reply] : @kretosa In the body of main(), change the NUM_EMPS in lines 64, 67, ... (by whitenite1)
|