by Josh Henry
Histogram Array!
|
|
[no replies]
|
by Ch1156
xoring values from vector?
|
|
[2 replies] Last: xor needs another value after the operator: 34 ^ 89 cout << (vars.a... (by Smac89)
|
by saidalbahri
Arabic Numerals to Roman Numerals
|
|
[no replies]
|
by saidalbahri
x[i] = i( i=0, 99 ) please help
|
|
[4 replies] Last: Thank you so much for explaining. (by saidalbahri)
|
by am0n
Can someone please explain this algorithm to me?
|
|
[12 replies] Last: n = sizeof(A)/sizeof(int) This calculates how many items (of type in... (by DevMentor)
|
by t1tmoney
Function Understanding
|
|
[3 replies] Last: I don't know what port1 or port2 are. As for sending the values, y... (by closed account zb0S216C)
|
by sh129951
Changing an input to output a "space"
|
|
[3 replies] Last: No problem. (: (by Lynx876)
|
by ausairman
typedef scope!?
|
|
[3 replies] Last: [quote=ausairman] // class_a.h #include "typedefs.h" namespace MyProj... (by closed account zb0S216C)
|
by ApacheOmega
Why is the last part of my sequential search algorithm not functioning correctly?
|
|
[4 replies] Last: Thank you fellas I finally figured it out by setting i=sSearch. I didn... (by ApacheOmega)
|
Class Help |
|
[3 replies] Last: Do you mean something like this: ? Engine.h #include "gameBoard.h" ... (by Lynx876)
|
by Sspangler
Identifier not found
|
|
[4 replies] Last: I got it. Thanks for the help, much appreciated. (by Sspangler)
|
by Lynx876
c++ 11 Copy constructor.
|
|
[2 replies] Last: Oh, ok! Thanks. (by Lynx876)
|
by Belyvr
Tic Tac Toe Problem
|
|
[9 replies] Last: I think the last few lines of function CheckWin() [code firstline=23... (by Chervil)
|
by ADTR2012
Help with Lottery program
|
|
[4 replies] Last: Thank you everyone! Makes sense now, just a dumb mistake I didn't noti... (by ADTR2012)
|
recursion problem c++ |
|
[2 replies] Last: The original program doesn't print all the numbers, it just decrements... (by jim80y)
|
by bondman
3 Functions with Loops
|
|
[4 replies] Last: You have a mix of two approaches. If you don't need the values of out... (by jim80y)
|
Maths Teacher |
|
[9 replies] Last: thanks a million, works a treat: http://www.cplusplus.com/doc/ascii/ ... (by paulbrassington)
|
by tpinon
passing arrays to functions
|
|
[10 replies] Last: What if user enters 2 employees? Then the entire program will print ir... (by Smac89)
|
by jimJohnson
very simple question - multiple source.cpp files
|
|
[2 replies] Last: Multiple files could be considered as just a convenient way of handlin... (by Chervil)
|
by am0n
What does this mean?
|
|
[6 replies] Last: Thank you all. (by am0n)
|