by domweng
int and double help?
|
|
[1 reply] : for(int i = 0; i < ARRAY_SIZE; i++) { votePerc = (tab... (by Ganado)
|
by Horror
changeing each lowercase letter to uppercase
|
|
[3 replies] Last: Using a queue and a stack to test that a word is a palindrome is far m... (by seeplus)
|
by ElusiveTau
Can you #define values for a header in another file?
|
|
[5 replies] Last: You normally want to set those kinds of configuration macros in the co... (by helios)
|
by Hossifer
Write to Serial Port
|
|
[4 replies] Last: @Nico I don't see anything in your try block that would throw exceptio... (by mbozzi)
|
by JamieAl
How to fix "expression must have integral or unscoped enum type"
|
|
[7 replies] Last: I was under the impression that I can use memset as an initialization... (by Ganado)
|
by Thugfreak
Operator not declared in this scope
|
|
[3 replies] Last: Hey, thanks for that. (by Thugfreak)
|
by JamieAl
std::min function help
|
|
[8 replies] Last: @lastchance If D is diffusivity in your code, what is k? Normally suc... (by JamieAl)
|
by kerem59
Stack
|
|
[12 replies] Last: but, its not a hard coded problem, that is just the example. someth... (by jonnin)
|
by Minionmin
I cannot change octal to binary
|
|
[2 replies] Last: You can't pass an octal 'number' as an int. int (and its variations) a... (by seeplus)
|
by kevin0211722
How to detect key enters?
|
|
[6 replies] Last: [quote=seeplus]For Windows, Virtual terminal codes are only supported ... (by mbozzi)
|
by y19177
assert statement is not working
|
|
[2 replies] Last: @lastchance Thanks for pointing out my mistakes, I think it is all s... (by y19177)
|
by L67GS
Julius API
|
|
[no replies]
|
by siid14
ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
|
|
[4 replies] Last: you can ugly it up and do it with S. void foo(const char * cp) { ... (by jonnin)
|
by phazed99
moving array values
|
|
[5 replies] Last: Thanks everyone for the help. (by phazed99)
|
by ForrestDumps
function not printing result in menu program
|
|
[6 replies] Last: The function prototype on L13 doesn't match the function definition on... (by seeplus)
|
by petrmsofuse
how to create constructor for object containing array of other objects
|
|
[6 replies] Last: It works!!! Thank you so much, I appreciate your help. (by petrmsofuse)
|
by petrmsofuse
Function not returning correct value
|
|
[4 replies] Last: Thank you very much! (by petrmsofuse)
|
What does each Const in a member function defintion mean |
|
[3 replies] Last: It's mainly a correctness feature. If a class instantiated variable is... (by seeplus)
|
by vysero
Decimals for numeric keypad
|
|
[4 replies] Last: Hello vysero, You could also try this: #include <iostream> #include... (by Handy Andy)
|
by Lexigon
Table of symbols
|
|
[2 replies] Last: L8 - 10 and L15 - 19. It would be far easier to store the required str... (by seeplus)
|