by AIVIO
Is it logical to learn C & C++ both?
|
|
[1 reply] : Learning C or C++ will make the transition [C to C++ or C++ to C] easi... (by closed account zb0S216C)
|
Alignment issue. |
|
[1 reply] : If by "aligning" you mean aligning the output as per the image then th... (by codewalker)
|
by laumonique
HELP+Suggestions!
|
|
[1 reply] : (this has nothing to do with c++ as such, but) total = oprice - (opr... (by codewalker)
|
by G3PO
Rewriting a C++ in C
|
|
[4 replies] Last: Okay I messed around with it and found that %ld works. Thanks for the ... (by G3PO)
|
by weegee
I need help with this comparator
|
|
[1 reply] : Instead of writing each case like that (which is very long-winded, tak... (by Stewbond)
|
by AIVIO
Should I start learning C++?
|
|
[6 replies] Last: Hi again guys, I have another question, but I didn't create a new topi... (by AIVIO)
|
by princemoon
How to conver pseudo code in algorithm?
|
|
[1 reply] : You just wrote the algorithm, all you need is the syntax: 1. int a, ... (by Stewbond)
|
pointer to an object within another class. |
|
[1 reply] : How about? SignalChangedEvent(Component& c, int i): wire(new Wire(c,i... (by Stewbond)
|
[Solved] Vector<Vector<int> > fills with same data |
|
[7 replies] Last: Ok I've got it figured out. The main confusion came from the fact tha... (by RyanfaeScotland)
|
by Fransje
typedef
|
|
[6 replies] Last: Thanks for the information, Cubbi :) I appreciate it. Wazzak ... (by closed account zb0S216C)
|
by Dylan2012
variable not being initialized. Help!
|
|
[10 replies] Last: It was in the wrong directory, I got it working now. Thank all of you ... (by Dylan2012)
|
by DJLad16
I need something that can hold multiple integers.
|
|
[11 replies] Last: Replace endl with " " (by TheJJJunk)
|
by DJLad16
Problem with calculating the mean.
|
|
[2 replies] Last: Haha, thank you! I should have remembered BIDMAS (by DJLad16)
|
by zd123123
IDE + Compiler without Admin privleges?
|
|
[1 reply] : http://www.softpedia.com/get/PORTABLE-SOFTWARE/Programming/Windows-Por... (by Chervil)
|
by kmcbeth
Geting an interger to float
|
|
[9 replies] Last: Thank you guys/girls. You are all awesome. I got rid of the error than... (by kmcbeth)
|
am i right? |
|
[5 replies] Last: One of the concepts in programming is to recognise patterns and sequen... (by Chervil)
|
by OLittleO
Problem with my loop and switch statement.
|
|
[4 replies] Last: Thank you that solved my issue gosh it was bothering me so much lol (by OLittleO)
|
by superquinn
Associative array or database for AI?
|
|
[2 replies] Last: Thanks! I'm looking into it now. Is this the best way to add the entri... (by superquinn)
|
by leezeebub
Header file - No such file or directory
|
|
[6 replies] Last: I think you might need the std_lib_facilities.h to do some of the c... (by guestgulkan)
|
by abaz01
arrays subtracting numbers
|
|
[2 replies] Last: @Stewbond i tried that before and it only outputs 9 elements, (up to ... (by abaz01)
|