Programable Devices |
|
[5 replies] Last: The Arduino uses a C-based language called "Arduino". No. From the ... (by ascii)
|
by detroitmatt
bizarre compiler errors using templates
|
|
[4 replies] Last: Thanks so much. I hesitated at "abstract" but VS bolded it, so I thoug... (by detroitmatt)
|
by int1486
Arrays
|
|
[4 replies] Last: I don't think that reverses the array... here, this reverses it. #... (by Zephilinox)
|
Implementing Sieve of Eratosthenes |
|
[12 replies] Last: J? (by Zephilinox)
|
by aangner
Need Help with my c++ programming class.
|
|
[7 replies] Last: These are some great answers, but if you want to learn c++ you will ne... (by Zephilinox)
|
by Zephilinox
float keeping 0 as a last digit (e.g 0.50 instead of 0.5)
|
|
[2 replies] Last: thanks anyway, but you were 2 minutes too late :3 (by Zephilinox)
|
by MatthewRock
Class template problem
|
|
[1 reply] : Templates is a bit special so you should implement the print() functio... (by Peter87)
|
by dtaqee88
a question about classes
|
|
[5 replies] Last: Also i want to point out that classes are not ONLY for organization. ... (by stoffe1100)
|
by Blessman11
What's the point of CMAKE?
|
|
[2 replies] Last: If you're making your own projects, you need makefiles (if applicable ... (by Stewbond)
|
by AlitCandle
What level am I at?
|
|
[1 reply] : Hey ! I'll start by mentioning that I'm not a really advanced programm... (by TwoOfDiamonds)
|
by snaxpax
Why are my outputs like so
|
|
[4 replies] Last: ooo ty (by snaxpax)
|
by i2Fluffy
Creating a simple timer
|
|
[2 replies] Last: Thank you! (by i2Fluffy)
|
by Untrue
Another link list problem
|
|
[1 reply] : First loop is for i < 5 ,so it will run 0 ... 4 if(i>5)// this... (by Benjay)
|
by Gorlash
question re virtual destructors
|
|
[3 replies] Last: In a nutshell, you want a virtual destructor if you are using derived... (by IceThatJaw)
|
by snaxpax
Help with stricmp outputs
|
|
[4 replies] Last: ok i got it and it works now i realized i was trying to say opposite o... (by snaxpax)
|
by TheBlackCrow
Finding the 3rd highest value
|
|
[7 replies] Last: I ahve not understood you. The most highest is 6. Then 5 follows. And ... (by vlad from moscow)
|
malloc -- Initializer element is not constant |
|
[5 replies] Last: @ vlad from moscow : Thank you very much for the alternate implementat... (by Zia Ur Rehman)
|
by Subsentient
A few questions, especially about bitwise operators.
|
|
[2 replies] Last: Yes, thank you, I now understand the strcat bit, and it works well eno... (by Subsentient)
|
by zrbruby
recursively check if a string contains a vowel
|
|
[2 replies] Last: Thank you so much, your code works perfectly! My code throws an out-of... (by zrbruby)
|
by scu1casper
help with Binary Search
|
|
[5 replies] Last: Ok, i switched some stuff around to make the flow more efficient, and ... (by scu1casper)
|