by BrookeP
Adding large numbers - dynamic variables
|
|
[4 replies] Last: Oh, I hadn't realized this was an assignment. Ignore what I said, sorr... (by xismn)
|
error with std::reverse |
|
[2 replies] Last: It worked. Thanks! (by heyyouyesyouiloveyou)
|
How do I install ncurses on Mac OSX? |
|
[no replies]
|
by talhabhatti5
Array problem (1,2)
|
|
[20 replies] Last: for (person=1; person <= 10; person++) { cout << "Ente... (by giblit)
|
by Antone333
display width and height allegro
|
|
[2 replies] Last: ok now i am just posting for the sake of posting. am i on the right t... (by Antone333)
|
Check array for equality |
|
[3 replies] Last: Okay once on PC I will upload the code and to see if it is right. Edi... (by closed account EwCjE3v7)
|
by Antone333
first allegro program
|
|
[2 replies] Last: cool. thanks a lot. changed it to 0 and the warning went away. :) (by Antone333)
|
by Ahmed50
CALENDAR with One PrintF Function
|
|
[2 replies] Last: Thank you so much;; (by Ahmed50)
|
by enemy
change value in class using set?
|
|
[2 replies] Last: Hello! I have set price of the toy to 11.22 andnow I woull like to cha... (by enemy)
|
by SrgjanLDTeam
Little help for include guards if possible...
|
|
[3 replies] Last: Really? I wasn't aware, cheers :) Though I must say this convention se... (by fafner)
|
Problems with while loop |
|
[1 reply] : while (fd.good()){ fd >> n; while (fd >> n){ (by MiiNiPaa)
|
by enemy
double in class?
|
|
[1 reply] : because you declare price as string ,change it to double and see (by closed account 28poGNh0)
|
by NinjaFishleg
Complete Noob SFML classes question.
|
|
[7 replies] Last: Not really... you've basically just moved main into the constructor. ... (by Disch)
|
by enemy
How to multiply with another variable in class?
|
|
[3 replies] Last: You can assing it in your constructor product::product(int a, strin... (by closed account 28poGNh0)
|
by BrookeP
Dynamic Arrays & Pointers
|
|
[1 reply] : Are you sure check again # include <iostream> using namespace std; ... (by closed account 28poGNh0)
|
by Falke88
Multiple Source files?
|
|
[2 replies] Last: Well since I didn't had that much of a tutorial for "inline" (going t... (by Falke88)
|
by Falke88
Can't I use a header file in another?
|
|
[10 replies] Last: Ha....wow...simple as that as it seems :) thx bro think the other one... (by Falke88)
|
by eunnuhae
pointer
|
|
[2 replies] Last: int x = 5; int y; int* px; int* py = &y; // py points to y px = &x ;... (by nvrmnd)
|
by Nikko YL
Look for a data structure like sets in Pascal
|
|
[7 replies] Last: You need to write these helper function once. Put them into header fil... (by MiiNiPaa)
|
by raminlich
Hi i have strange problem im new in c++
|
|
[4 replies] Last: thanks pal :)) (by raminlich)
|