Allegro shutdown |
|
[no replies]
|
by Blank
Time Calculator
|
|
[4 replies] Last: lets say a user inputs 90,000. the program will calculate and display ... (by Blank)
|
by Septimra
Pointers and Classes
|
|
[2 replies] Last: As @computerequip says, int temp = {3,x,y,z}; is storage allocated ... (by ShodanHo)
|
by alex6es
get value from class to another class
|
|
[3 replies] Last: thanks :~) (by alex6es)
|
by Asego
Simple Quiz
|
|
[1 reply] : you can use the C++ string.h class or break it into a char array and ... (by Septimra)
|
by Oh Hey Its Z
Question - Run multiple IF's
|
|
[7 replies] Last: So you can do it one by one - you don't have to use both at once :) Re... (by MatthewRock)
|
by popup271
Struct help
|
|
[6 replies] Last: try... cout << arr .partnum; One can make it much more interesting: ... (by keskiverto)
|
by popup271
Sort Structures.
|
|
[3 replies] Last: Thanks anyways :) I just saw that i set a variable to the wrong type s... (by popup271)
|
by Winged Glyph
Array with output based on user input.
|
|
[4 replies] Last: Thank you so much JockX! If I could bake you a pan of cookies and send... (by Winged Glyph)
|
by Nebur
Propagation of the fire!
|
|
[1 reply] : So, if M is .T FT and you copy it into a larger array A (and count f... (by keskiverto)
|
by nerdygirl96
Help with While and If loops
|
|
[3 replies] Last: Right, that part works now, thank you all. However, there is a new pro... (by nerdygirl96)
|
by Dan7Gray
using istream for input
|
|
[2 replies] Last: Thank you so much! I was looking for examples and was having a hard ti... (by Dan7Gray)
|
by Nicole G
problem with opening a file
|
|
[4 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ (by Chervil)
|
by fahmankhan75
String Subsript error.
|
|
[2 replies] Last: Alright I got it fixed :D (by fahmankhan75)
|
finding average in loop |
|
[2 replies] Last: Sorry I left out some the function for the number grades. int getGrade... (by GnarlyMartian)
|
by eman2013
goto function wont work
|
|
[3 replies] Last: If your goto doesn't work, I have one nice advice: don't use goto. If ... (by MatthewRock)
|
by platapus1331
text file ASCII converting
|
|
[10 replies] Last: Also there is a tutorial on file input and output: http://www.cplusplu... (by Chervil)
|
by alexiks
search in vektor
|
|
[5 replies] Last: in case 2 i need to write search in vektor, (by alexiks)
|
by super n00b
Why is the output 9?
|
|
[2 replies] Last: Thanks for your help! Once I realized the purpose of the loop things w... (by super n00b)
|
by rubait
Function to remove spaces
|
|
[3 replies] Last: Thank You guys :) I got it here is the perfect code #include <ios... (by rubait)
|