by talx
error: no match for call to ‘(Pair<std::valarray<int>, std::valarray<int> >)
|
|
[4 replies] Last: Thank you very much, it works now. (by talx)
|
by dhanny
Function returning a linked list
|
|
[15 replies] Last: sorry and thank you, helios! (by dhanny)
|
by geeare1
How do I pass vectors in a class template?
|
|
[2 replies] Last: Thanks very much Helios, that was it! gr (by geeare1)
|
by EricM260
Time Class
|
|
[2 replies] Last: ...or put your class in a namespace. (by closed account z05DSL3A)
|
by djorhe
Linker Error in Dev-C++
|
|
[7 replies] Last: Yes, it was indeed about the implementation of the constructor.. Than... (by djorhe)
|
by DarkFire21
RunTime error in dev
|
|
[6 replies] Last: I dont know.I use string and fstream and iostream libs. (by DarkFire21)
|
by hei
hello world error?
|
|
[17 replies] Last: On the home page of that tutorial site you can download the source cod... (by Malachi)
|
by Bishopssix
C++ Strings
|
|
[6 replies] Last: A text-based adventure game gets its data from two sources: the game s... (by helios)
|
by Nermin
Need To Multiply An Object From A Different Class With Object In Same c++
|
|
[4 replies] Last: we've found a different solution... wrote diff classes and insertet th... (by Nermin)
|
by dawiz
Output a number of items per line
|
|
[4 replies] Last: Thanks guys...appreciate it very much (by dawiz)
|
by Claymz
Bubble sort
|
|
[15 replies] Last: for a hint It would look like this in pseudocode void BubbleSort... (by Dacster13)
|
by nethan2105
Formula for obtaining GCF
|
|
[2 replies] Last: Google "GCD" and look at the Wikipedia page. It contains a very simpl... (by jsmith)
|
by quant
import\export values from\info function
|
|
[3 replies] Last: If you want to change the value of len , use references: void testf... (by Bazzy)
|
by guykun
Drawing a Bitmap
|
|
[3 replies] Last: Well In my opinion it seems like the paintlib library is pretty good f... (by Dacster13)
|
by nayeret43
Difficulty with comprehension....
|
|
[3 replies] Last: run-time means you get the data from the user while the program is run... (by Dacster13)
|
by Daemo
How can I open string-named files?
|
|
[3 replies] Last: you only need to type input because (I+".txt") ads .txt to ... (by zoldri)
|
by TimeWaster
Where to start...
|
|
[2 replies] Last: Visual Basic is probably the easiest to start with if you're planning ... (by Dacster13)
|
by Bakuno
Wigets and GUIs
|
|
[7 replies] Last: Read the Petzold. (by george135)
|
by LovestoCpp
Small mistake somewhere
|
|
[6 replies] Last: Ok. But you can't do as he did. You put two variables, put the incre... (by hannad)
|
by nayeret43
Warning assistance.....
|
|
[6 replies] Last: The first 2 warnings: the return value of strlen() is unsigned and ... (by mordekai)
|