by oblaq
Complete Newbie to programming
|
|
[9 replies] Last: I just wrote so much and accidentally closed my browser... Let's try a... (by closed account j2NvC542)
|
by abaz01
vector of strings
|
|
[5 replies] Last: Sorry that I am so late, but this is what I did yesterday. I still don... (by closed account j2NvC542)
|
by overburn
(Initializer list problem....
|
|
[3 replies] Last: Do you have any source on this? Errr I stand corrected. I forgot I ... (by Volatile Pulse)
|
by noysoffer
I have a problem with my factorial loop
|
|
[3 replies] Last: Thanks a lot. I fixed the code and it now works well. :) (by noysoffer)
|
by guima
Problem returning a reference to a file with a get method
|
|
[2 replies] Last: &fileReader returns a pointer to that type. (by Nexius)
|
by Fransje
Passing arrays by Reference + Return arrays in a function
|
|
[3 replies] Last: Thanks! void f( int ( &a ) ) { /* some code */ } That was exact... (by Fransje)
|
by snaxpax
Encrypting a dll
|
|
[2 replies] Last: you would be surprised on the history when trying to find something li... (by snaxpax)
|
by dtaqee88
Question about delcaring pointers
|
|
[6 replies] Last: Appreciate all the feedback. Thanks! (by dtaqee88)
|
by thumperslpss
trying to use getline to read from file
|
|
[5 replies] Last: Hi Nexius, I have not gotten passed using std; in the book yet. I was ... (by thumperslpss)
|
by carl89
Making Code faster
|
|
[7 replies] Last: > I use "g++" as my compiler and compiled it on Linux Mandriva. First... (by JLBorges)
|
by thumperslpss
I think my "if" statement is broken (1,2)
|
|
[20 replies] Last: soranz, Pater87, and Volatile Pulse. It works now. Thanks for all of y... (by thumperslpss)
|
What's the differences of learning C++ online and the book? |
|
[6 replies] Last: You can get "Thinking in C++" for free. http://mindview.net/Books/T... (by htirwin)
|
Programmers still use "flowchart"?? |
|
[2 replies] Last: Oh then its a must for me. (by DetectiveRawr)
|
by mgbuhj
mortgage calculator
|
|
[4 replies] Last: Doing what Gorlash said and then erasing getline(cin, p); solved all... (by ccsdude)
|
by DanSto
idiot method to transform a 2 color bmp into an 2D array
|
|
[4 replies] Last: Indeed. It doesn't get any easier than easyBmp. (by Moschops)
|
by killertcell
Easier way to get values in classes?
|
|
[2 replies] Last: ostream& operator<<(ostream& os, const luckyjohn& lj) { // Second pa... (by closed account j2NvC542)
|
by cacti
2d array output...is odd!
|
|
[1 reply] : disregard, problem solved. the issue for those that are interested rev... (by cacti)
|
by Danwald
Interval for random numbers
|
|
[2 replies] Last: Thanks for the response, I will look into it. (by Danwald)
|
by johnny92
Data Files
|
|
[1 reply] : You could use seekg() to go back to the beginning of the file. This as... (by Zhuge)
|
by scu1casper
string help
|
|
[8 replies] Last: I'm not sure i understand. It still does not work. I am trying to sa... (by scu1casper)
|