by RitschBG
ADS1115 with C++
|
|
[no replies]
|
by Dylan 256
How to pass a value from one function to another.
|
|
[2 replies] Last: And yeah there we go really easy solution it was. Thank you. (by Dylan 256)
|
by lsam18
the pyramid with a hole in the middle
|
|
[2 replies] Last: ohh sorry i'm new to this website, i was trying to change some grammar... (by lsam18)
|
by r6racer
getting text from a file into a char type array
|
|
[1 reply] : i just went ahead and did this... it makes it into a two dimnesional a... (by r6racer)
|
by dporter91
Raptor flow chart homework help
|
|
[no replies]
|
by Drooganful
While loop and reversing a string
|
|
[5 replies] Last: You didn't answer my question about mixing C and C++ input methods. If... (by jlb)
|
by Russderp
Why is this incorrect?
|
|
[2 replies] Last: as Ganado says you have the curly braces in wrong places but also yo... (by adam2016)
|
by Niksy50
Lotto Numbers
|
|
[1 reply] : Please use code tags. Loto() { int *m_br = new int ; SetNumber(... (by lastchance)
|
Troubles with Constructors and classes |
|
[4 replies] Last: I think you're confusing a class's member function with a free (non-cl... (by Ganado)
|
Comparing list of strings to char |
|
[5 replies] Last: To access the first character [of the first word] of the list, you can... (by Ganado)
|
by RanGH
How to
|
|
[14 replies] Last: Oh yah... thank you (by RanGH)
|
Vectors-- reversing an array |
|
[4 replies] Last: Ended up with the same forced break point.. putzed around with the cod... (by juliabrushett)
|
by lsam18
The pyramid
|
|
[2 replies] Last: Main issues: 1. C . It's 2018, why C unless absolutely forced.... 2... (by icy1)
|
by jblsx8
Program not displaying correct output all the time
|
|
[4 replies] Last: Please DON'T delete your question after getting an answer. It makes t... (by MikeyBoy)
|
by FireyBolt
Warning: The address will always evaluate as true.
|
|
[6 replies] Last: Ahhh got it now! Thank you! int main() { int response; cout << "P... (by FireyBolt)
|
by adam2016
reversing a string crash
|
|
[13 replies] Last: thanks jlb,I never knew that I'm actually very surprised (by adam2016)
|
by mister2018
Nested for loop
|
|
[1 reply] : Well, your first problem is that your return statement is within your ... (by Ganado)
|
by mallet454
changing variable with key input
|
|
[no replies]
|
by stormbot
Issue with menu
|
|
[4 replies] Last: Is it wrong to call main() in other parts of your code? Yes. The C+... (by Repeater)
|
by deftpaw
Troubles with array and menu for a library
|
|
[1 reply] : The name of the variable is movies not movies.txt . With movies.tx... (by coder777)
|