by firstTym
returning a 2d array
|
|
[2 replies] Last: const int SIZE = 3; int** return_array() { int** array = new int*[... (by Fransje)
|
by phantasm
Help me this exercise plz
|
|
[2 replies] Last: #include <iostream> // library for standard input output #include <v... (by Ramzi89)
|
by Ramzi89
Try/Catch
|
|
[2 replies] Last: OK thanks a lot Fransje. You wouldn't have any idea what my lecturer w... (by Ramzi89)
|
by unagidon
'A' help me
|
|
[9 replies] Last: it's wrong and the int placebet() function confused me (by unagidon)
|
by todricos
Ostream_Iterator Question
|
|
[4 replies] Last: > So the back_insert_iterator is, in effect, turning copy() algorithm ... (by JLBorges)
|
by Vigii
How to call GNUPLOT from C++ program
|
|
[1 reply] : http://www.gnuplot.info/links.html (by keskiverto)
|
by Qdot543
template ,h and .cpp full of errors
|
|
[3 replies] Last: You're doing all sorts of weird and non-standard things to try and get... (by MikeyBoy)
|
by sjkruger
LNK 2019 LNK1120 error
|
|
[5 replies] Last: That's got it. A few other minor bugs and it worked. thanks cire. (by sjkruger)
|
by dhilchie
loosing significant figures
|
|
[3 replies] Last: Yes and yes. (by Cubbi)
|
by catdance
Error no suitable constructor exists
|
|
[3 replies] Last: Thanks! (by catdance)
|
by dhilchie
Filling an Array
|
|
[4 replies] Last: AHHH!! Understood Thanks ! (by dhilchie)
|
by rmxhaha
Learning Scanf
|
|
[5 replies] Last: You forgot the space before the first %c. To make it similar to cin >... (by Cubbi)
|
by orionn
Help with file I/O
|
|
[3 replies] Last: In line 3 of read you open an input stream for output. Don't do tha... (by cire)
|
by symbit
Book recommendations?
|
|
[4 replies] Last: Your using C++ Primer 'as a reference'? I don't understand why you are... (by closed account ypfz3TCk)
|
How to get a job as a c++ programmer? |
|
[6 replies] Last: [quote=jasonrobertz357]what do i need? Without a degree is hard. What... (by coder777)
|
list iterator not incrementable |
|
[4 replies] Last: @Rowan836 Haha, works perfect thanks! But why? Because before ... (by vlad from moscow)
|
by Babbo Natale
Insert a reference into a vector<>
|
|
[9 replies] Last: Make abb non-const and pass address to push_back() and take care that... (by coder777)
|
by yingC
Edit Data in file and updating it to file
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ http://www.cplusplus.com/... (by MiiNiPaa)
|
Program on Show menu and calculate bill |
|
[1 reply] : I dont know abot that but u can do the same using a stucture of array... (by cyberdude)
|
by junaidkhan
float fucntion in class
|
|
[2 replies] Last: Try the following float percentage() { float per = a * 100.0f/total;... (by vlad from moscow)
|