by nisor
How to call struct if it has a boolean type
|
|
[1 reply] : Tversenyzo szampar ; is a 2D array. At line 41: szampar .pa... (by Chervil)
|
by southside11
How to arrange array in ascending order?
|
|
[6 replies] Last: The advantage of Jaybob66's approach is that, if the array is already ... (by lastchance)
|
by seannole90
ATM Machine - issue storing balance
|
|
[2 replies] Last: I've not gone through the code in fine detail. However, it looks as th... (by Chervil)
|
by GreatBlitz
Can you define variables in a class/struct?
|
|
[3 replies] Last: > So what is the difference between default member initialisers and no... (by JLBorges)
|
by hamzamughal
please help to make calculator using stack to evaluate postfix
|
|
[3 replies] Last: There are a few things about the design which could be improved - I'd ... (by Chervil)
|
by Zg0mY
Image analysis program
|
|
[no replies]
|
by Brad 08
HELP PLEASE!!
|
|
[4 replies] Last: Unforntently the code was forever lost. Had to re-write it, thank you ... (by Brad 08)
|
by zeroblank
Combination of set of numbers
|
|
[10 replies] Last: If there are n possible values for each field, each arrangement can... (by JLBorges)
|
by Dhaliwal
Multiple void functions with a string
|
|
[6 replies] Last: Well, for example : #include <iostream> #include <string> using nam... (by Hanaka)
|
by kingkon67
Vector passing from one class to another
|
|
[2 replies] Last: Or you can make a class B method a friend of class A. 2 things to bear... (by gunnerfunner)
|
by ahmedkhalifa
Enums
|
|
[1 reply] : #include <iostream> int main() { enum Region { A = 0, B, C, ... (by xismn)
|
by deadmittens
Member Function Within a Member Function
|
|
[5 replies] Last: f3 and f4 are not used here, but I figured I should present them to h... (by integralfx)
|
by unknown3112
Java to C++
|
|
[no replies]
|
Homework Problem: ofstreams and ifstreams |
|
[2 replies] Last: Thanks! That worked wonders. But I had to drop string line; in order... (by Cobalt Velvet)
|
by alextmfk
Overflow-Error
|
|
[4 replies] Last: I thank you all for the well educated answers. Now that the problem is... (by alextmfk)
|
by zeroblank
Merg sort
|
|
[2 replies] Last: heyy Andy, thanks for the great explination . however, in merge_sort(... (by zeroblank)
|
by BlueOctopus
Passing by reference an array that has variables as elements
|
|
[7 replies] Last: if its just names that are your issue, then the problem is so much eas... (by Jaybob66)
|
by cla7997
Assigning Intervals
|
|
[2 replies] Last: No, max<=31 will give a bool answer, you cant just assign that back to... (by Jaybob66)
|
by AlluraCCFC
Calling player stats from vector
|
|
[3 replies] Last: By design, in your program, each class object has the entire vector of... (by gunnerfunner)
|
by DigitalDaze
C++ if statement help
|
|
[6 replies] Last: @DigitalDaze One thing that is good here, is that you put the ci... (by Chervil)
|