by Ramzi89
Class Definition
|
|
[3 replies] Last: Are you providing a definition for " Item::display( ) "? Also, if your... (by closed account zb0S216C)
|
by Snakomaniac
Beginner with Allegro
|
|
[no replies]
|
Help with Phonebook program |
|
[2 replies] Last: I'll help with the code you posted. directoryofentry.cpp: The const... (by toum)
|
String Subscript Problem |
|
[5 replies] Last: I'll take a look to this later, i have other program to do. Only 14 ye... (by SkyDriver2500)
|
by madmack76
start function
|
|
[6 replies] Last: Do not use system('PAUSE') because it isn't portable and it is a very ... (by closed account 3qX21hU5)
|
Fibonacci numbers help |
|
[4 replies] Last: it seems you still change the value of third even if you stop from cou... (by Manga)
|
by DrZoidberg
Problem with while loop
|
|
[3 replies] Last: Thanks. I should not have made such a stupid mistake (by DrZoidberg)
|
Decoration question >> |
|
[5 replies] Last: Use system ("CLS"); to clear the screen. (by DrZoidberg)
|
by Matt2 0
Dinamy array
|
|
[6 replies] Last: Ok.Defining it to return that bool is fine but i need that function to... (by Matt2 0)
|
Strange breakline appears in my program? |
|
[10 replies] Last: nope, I do. Alrighty. I thought I remembered someone directing you... (by cire)
|
by dudelio
Problem with C++ Program
|
|
[2 replies] Last: 1. line 125 with an error message of no match for 'operator>>' in 'st... (by MikeyBoy)
|
by Dominic4774
Can't figure out what I did wrong
|
|
[9 replies] Last: ah ty =) (by gobiking)
|
by Ramzi89
Unepected output
|
|
[6 replies] Last: What does the compiler just allocate random memory to you and unless ... (by MikeyBoy)
|
by hello1111
Problem with updating array
|
|
[6 replies] Last: You could use an array, yes. But, honestly, I'd advise you to take a ... (by MikeyBoy)
|
by Jinjaninja1
Command Line Input and Dynamic Arrays
|
|
[11 replies] Last: sorry Jinjaninja and chervil, since I'm learning C + +, and I try to g... (by ar2007)
|
by bigazonk
Need program to input list of numbers
|
|
[3 replies] Last: Let me ask a few questions about how you input data. What program do ... (by SamuelAdams)
|
by bigapewhat
deleting dynamic allocation c and c++
|
|
[4 replies] Last: what can i do. Did you even try stepping through it?? (by mutexe)
|
by Babbo Natale
Smart pointer
|
|
[4 replies] Last: vect has the type B::smart . It's not a pointer or a reference. dy... (by Cubbi)
|
by PermaB8ke
Read Data from File into Multiple Class Objects
|
|
[2 replies] Last: ok, there's sooo much to say...where shall i start...? i respect you... (by Rechard3)
|
by dhilchie
passing arrays in functions
|
|
[4 replies] Last: Either dynamically allocate, or pass the arrays as parameters void da... (by Chervil)
|