by mistersunnyd
How to apply numeric value to char variable?
|
|
[2 replies] Last: But how do I use that for char? h returns a char not a string (by mistersunnyd)
|
by quantumleap
Logical for loop errors
|
|
[8 replies] Last: ¿why you aren't indenting your posts? if (meet ) counter ++; els... (by ne555)
|
by kamilhassaan
DYNAMIC MEMORY ALLOCATION. Something is wrong with the program. It's not giving out the correct output.
|
|
[5 replies] Last: No. It merely appears to work. Everything above one number in file i... (by keskiverto)
|
by Xelleph
Help: C++ and Microsoft Access Database
|
|
[11 replies] Last: Sure there is - for example: String ^ CategoryName = reader["Category... (by Thomas1965)
|
by MedhatAli
what's the wrong with this code?
|
|
[7 replies] Last: Hi, Just for future reference, please use the title of your posts... (by moonman239)
|
by pensfan636
"expected primary expression before const" and "invalid types for array subscript" errors
|
|
[3 replies] Last: It means that since maxDigits is a constant you can't pass the variabl... (by jlb)
|
by andrea90
HELP PLEASE
|
|
[no replies]
|
by dominhtrieu
Write a main function to create EMP, an array of EMPLOYEE objects
|
|
[no replies]
|
by Janaki123
Tic-Tac-Toe program using array
|
|
[1 reply] : I can't read the code that well since I'm reading it off my crap phone... (by Kurisutofaa)
|
by ajlahmed
Reducing processing time of two maps
|
|
[4 replies] Last: I appreciate too much your assistance.... Thanks again for your notifi... (by ajlahmed)
|
by silent one
array referencing within array
|
|
[1 reply] : Do you have a specific question or problem? (by jlb)
|
by jchrono7
I want to read the name (Last, First)
|
|
[2 replies] Last: Or you could just skip the leading whitespace if it is present. #in... (by jlb)
|
Inputting an equation and evaluating it |
|
[1 reply] : The searchword is probably "expression parser". For example: https://... (by keskiverto)
|
by Jonas1997
Void function
|
|
[2 replies] Last: What you want is called a "do while" loop: http://www.cplusplus.com/do... (by Computergeek01)
|
by rrspamrr
Very Hard Recursion Problem?
|
|
[2 replies] Last: > if each recursive call was testing the number (x/10) > meaning I wo... (by JLBorges)
|
by jojojojo95
how to get out a loop after user enter the correct answer
|
|
[2 replies] Last: [quote=jolm1x]To my knowledge the break; only exits the if statement, ... (by MikeyBoy)
|
by enesdl
Floor Plan Program (reading array to vector)
|
|
[10 replies] Last: Here's a version using a vector of vectors as MikeyBoy suggested. ... (by AbstractionAnon)
|
How to wrap integer if greater than a certain number? |
|
[6 replies] Last: I was setting currentMonth=7 as an example. Just delete that line an... (by dhayden)
|
by Nick89
Reading an input C++
|
|
[1 reply] : This might help if you have an Arduino Uno or similar. const int led... (by closed account 48T7M4Gy)
|
by Eddie Harley
Multiple inputs in 1 line
|
|
[3 replies] Last: You can read input to a string using getline(cin, string) function in ... (by jurok85)
|