by Nickjames
How can i make loops post a 10 by 10 square of stars
|
|
[3 replies] Last: @gumber: Don't just give solutions please...just give hints, people le... (by firedraco)
|
by mcleano
What one to use, your opinion...
|
|
[2 replies] Last: sorted.... thanks :) (by mcleano)
|
by tjinx
Amicable numbers in a range...
|
|
[3 replies] Last: Change your isAmicable function to this: bool isAmicable(int start, ... (by eker676)
|
by masiht
problem in a program
|
|
[3 replies] Last: Thank you jdd ! you cleared my concepts ! (by masiht)
|
by Scythe37
The end of my program won't display.
|
|
[2 replies] Last: There are a number of different ways to keep the console from closing ... (by jdd)
|
by Achillnasa
Teacher/Mentor/Free
|
|
[3 replies] Last: Start with the tutorial on this site. It is comprehensive. (by seymore15074)
|
by midnight
String Error
|
|
[3 replies] Last: Awesome guys, sorry for not posting the error message. I got it to wor... (by midnight)
|
by satchmo05
Sorting in descending order, how do I output correct order?
|
|
[4 replies] Last: hope you are successful in fetching data from the file.. correct? the... (by writetonsharma)
|
by mcleano
Factors code
|
|
[10 replies] Last: Thanks for your reply guys, i'll have a read of that article later! (by mcleano)
|
by dulahdaglace
dynamic array in sub-subclass
|
|
[2 replies] Last: thanks, u were right, when i put void myFunc::subclass(int* arr){ ... (by dulahdaglace)
|
by mukhan
Socket Programming
|
|
[1 reply] : You could use the wget source to save the file to memory instead of th... (by helios)
|
by Tepes
newb :S
|
|
[4 replies] Last: Also, main needs to include an empty parameter list and an opening bra... (by jdd)
|
read from and write to binary files: array of structures |
|
[2 replies] Last: Hey thanks! It turned out well! I changed the reading-code: infi... (by nicolasfranck)
|
by junketeer
A problem with "include" definition and makefile
|
|
[5 replies] Last: thanks a lot (by junketeer)
|
by nrc1982
Tricky problem about getline() function
|
|
[4 replies] Last: The getline function can be used to read multiline strings by supplyin... (by Xenophilius)
|
by Vorbis5
Function returning
|
|
[8 replies] Last: A pointer stores basically the memory location of a variable while a r... (by Xenophilius)
|
by masiht
nested structure
|
|
[1 reply] : pfriends is global variable. Just move line 17 into main(). (by pet)
|
by emhohensee
trying to create dynamic file names
|
|
[6 replies] Last: The reason why cin >> (string) does not work is because it is not defi... (by firedraco)
|
by masiht
constructor questions
|
|
[1 reply] : #include <iostream> using namespace std; class CRectangle { ... (by Gumbercules)
|
by satchmo05
Sorting through data in descending order
|
|
[no replies]
|