by D0CHollywood
Classes and Inheritance Problems
|
|
[10 replies] Last: Awesome, thanks again! (by D0CHollywood)
|
by imlostincpp
help me please
|
|
[2 replies] Last: @OP: The code you've given does nothing to address the problem you've ... (by booradley60)
|
by cutiepi314
Serial port help
|
|
[11 replies] Last: do you know the exact number of bytes expected replace 20 with that nu... (by rafae11)
|
by EBGrsphics
My Very Beginner Software Will Not Load in command promt
|
|
[5 replies] Last: Should you have -o instead of o- ? (by booradley60)
|
by Winsu
I can't understande this code
|
|
[2 replies] Last: yes...I think is this one char Dig2Char(DigBCD a) { switch (a) { ... (by Winsu)
|
by tmward87
Help with my search function
|
|
[5 replies] Last: Just a question can two users have the same username? if not then this... (by Pratik K)
|
by daverave1212
Autocomplete for switch in codeblocks?
|
|
[3 replies] Last: Orwell's Dev-C++ fork has the ability to add code snippets, and switch... (by closed account E0p9LyTq)
|
by amglavin
Multiple Inheritance
|
|
[7 replies] Last: Never mind I figured it out! Ah good ! I hope you spotted the p... (by TheIdeasMan)
|
by made2win2
Run small scripts in CMD?
|
|
[1 reply] : C++ is not a scripting language. You will have to compile the program ... (by Zhuge)
|
by manny15
how to save input in a file?
|
|
[3 replies] Last: So, if you want to save the previous input, either open your ofstream ... (by koothkeeper)
|
by leourb
Access and Modify Class Elements in a vector<class>
|
|
[7 replies] Last: Yes keskiverto! Thanks... I am writing a program part of an exercise o... (by leourb)
|
Problem counting words individually |
|
[3 replies] Last: @keskiverto, Great my version (using my suggested algorithm above) wor... (by CodeWriter)
|
by mightyjack
My for loop was okay but my while loop is not. I don't know how can I do it. It should be 10 to 1 not 1 to 10
|
|
[2 replies] Last: Thanks man. :') (by mightyjack)
|
by JoanT
Having problems with codes
|
|
[9 replies] Last: Here's the modified version. Just refactor and/or arrange it according... (by jrosario)
|
how do i goo about this |
|
[5 replies] Last: Deja vu ... same poster, same topic, the other two threads: http://www... (by keskiverto)
|
by arman555
How to solve
|
|
[1 reply] : Maybe you mean "Activate" Windows :| (by leourb)
|
by AnishKumar
Error reading string with spaces
|
|
[7 replies] Last: @CodeWriter, When I use that code and input something like "Wayne Roon... (by AnishKumar)
|
by fguy
User defined I/O operators.
|
|
[3 replies] Last: #include <iostream> #include <vector> #include <fstream> struct Poin... (by JLBorges)
|
by lbw3399
Cannot find my error
|
|
[3 replies] Last: Hi, Welcome to cplusplus :+) Just some pointers to help you out for ... (by TheIdeasMan)
|
by kal24
substract all 1 number
|
|
[3 replies] Last: you may see 111 as 1+10+100, so keep substracting until the number is ... (by ne555)
|