by Coso
Hi!
|
|
[3 replies] Last: Ok,I got it now! Thanks guys! This site is amazing!!!! (by Coso)
|
class program |
|
[1 reply] : I see a lot of people load up code in a message like you do. Try to us... (by Scipio)
|
by sivasakthi
Sending string to microcontrol through Serial communication?
|
|
[1 reply] : This sounds like an issue due to the different way strings are held in... (by Faldrax)
|
by aakashjohari
Getting text from file
|
|
[2 replies] Last: Use the getline function and read up to the // You can learn to use i... (by Umz)
|
by low1988
any idea about delete ?
|
|
[5 replies] Last: #include <iostream> #include <conio.h> #include <fstream> #include ... (by low1988)
|
by avenger09123
Int input loop in main function not working!!!!!
|
|
[1 reply] : Something like: char line = {0}; do { cout << "Enter Numbe... (by Zaita)
|
by Cerburos
is Dev-C++ a good compiler?
|
|
[8 replies] Last: Zaita, I never did understand that video. Her boyfriend was such a Dou... (by Cerburos)
|
by Foe89
while/ do while loop (1,2)
|
|
[25 replies] Last: You will notice that cin >> input; terminates after the space char a... (by Zaita)
|
by klmklm
arrangement of main
|
|
[3 replies] Last: In void display() I think is better if you use a switch instead of ma... (by Zaita)
|
by amalshah71
Cross-Inclusion of C++ classes
|
|
[3 replies] Last: IMO. That should cause an infinite loop trying to declare one of those... (by Zaita)
|
by tnjones
How to convert char to string
|
|
[5 replies] Last: I would've thought: string mystring = string(char); was sufficient... (by Zaita)
|
JAVA or C++?? |
|
[5 replies] Last: My friend told me that, if u know C++, u need only 1 month to learn J... (by Zaita)
|
by quant
int to char or else
|
|
[2 replies] Last: string input ""; do { cin.getline(input); if (input != "") ... (by Zaita)
|
by uscuba2
Animate a circle loop
|
|
[1 reply] : OpenGL would be a quick easy way to do this. www.opengl.org (by Zaita)
|
by sciSimba
dynamic Memory and pointers
|
|
[1 reply] : Firstly, lets look at some problems with your code. 1) Your creatin... (by Zaita)
|
by bluegray
Allegro
|
|
[1 reply] : You need to link your application to the allegro library by the look. (by Zaita)
|
by omegazero
Function return problems
|
|
[5 replies] Last: As i have learned (i'm pretty new to programming :)), you don't pass a... (by Scipio)
|
by MIHAN
"graphics.h" Error BGI graphics not supported under Windows
|
|
[2 replies] Last: оО :) i decide my problem! File ==> New ==> Project Platform: DOS... (by MIHAN)
|
by amalshah71
Error : 'class' type redefinition
|
|
[9 replies] Last: Probably pointers are your only option, but that could be a fairly sig... (by jsmith)
|
by dstewar4
overloading cin and cout
|
|
[3 replies] Last: Oh right right, once you enter the variables you initialize my machine... (by Umz)
|