|
by Progressive
Interface with hardware using a parallel, seriel or usb port
|
|
|
|
[no replies]
|
|
by saultx1
Program to count the number of specific words in a string
|
|
|
|
[3 replies] Last: thanks guys, great help. (by saultx1)
|
| 2d arrays and global functions and Prototypes |
|
|
|
[8 replies] Last: Yes, I don't know why the word 'global' was used - unless a function ... (by MikeyBoy)
|
|
by anonymousxyz
Questions Regarding the Literal C++ Coding Language
|
|
|
|
[3 replies] Last: [quote=anonymousxyz]What does the WINAPI refer to, and in general, wha... (by L B)
|
| Recursion Problem |
|
|
|
[4 replies] Last: No problem. You ended up with exactly what I got too... :) (by Mathhead200)
|
|
by ktk0541
Random generator does't work
|
|
|
|
[2 replies] Last: Thank you Vlad! Now I see that counter12 and sum didn't come to zero... (by ktk0541)
|
| fstream trouble |
|
|
|
[10 replies] Last: why stop using .eof? Because it's an error to use it that way, for ... (by Cubbi)
|
|
by maxrax
Need some help with TmpArray()
|
|
|
|
[2 replies] Last: Character arrays: http://cplusplus.com/doc/tutorial/ntcs/ char hello... (by Catfish3)
|
|
by sakonpure6
Binary Numbers Not showed in correct order
|
|
|
|
[2 replies] Last: I think it will be better to write a recursive function. For example ... (by vlad from moscow)
|
|
by billycro
Error: Undefined Reference to 'List::add(int)
|
|
|
|
[3 replies] Last: Thanks everyone, i realized theyre not included in my project file! (by billycro)
|
|
by sumsar
comparing a string letter with another letter?
|
|
|
|
[4 replies] Last: You want the outer loop to break in order to return back to your main ... (by Olysold)
|
|
by Turnip
error c2228 left of '._ptr' must have class/struct/union
|
|
|
|
[1 reply] : Was using d->path().extension() instead of assing d->path() to a varia... (by Turnip)
|
| Wrong answer. wrong answer. wrong answer. wrong answer........ |
|
|
|
[7 replies] Last: Oh, thought I could be. Sorry for any misdirection I my have encourage... (by SuperCookie47)
|
|
by Jose94ji
Help! Please!
|
|
|
|
[1 reply] : There is incorret function definition Instead of void computeAverag... (by vlad from moscow)
|
|
by MR Programer
Date test?? help about this C++ program
|
|
|
|
[3 replies] Last: I have Write code...........Thank you L B for your reply (by MR Programer)
|
|
by sumsar
compare to a word
|
|
|
|
[1 reply] : #include <iostream> #include <string> #include <fstream> using namesp... (by SamuelAdams)
|
|
by clerner
A simple compiler error : ISO c++ forbids declaration
|
|
|
|
[2 replies] Last: It's so interesting that I have to declare return type in both the pro... (by clerner)
|
|
by Kelsomatic
Where to begin with graphical output?
|
|
|
|
[2 replies] Last: Thanks, all of this helps a lot, or a least gives me a good place to s... (by Kelsomatic)
|
|
by BlackL1ght
Balancing an AVL tree
|
|
|
|
[2 replies] Last: No replies? Well, some topics are harder than others. In my opinion... (by Catfish3)
|
| Probable pointer error somewhere |
|
|
|
[18 replies] Last: The problem should be fixed now, it just crashes when it runs out of m... (by Jonas Wingren)
|