by Ranisel
Set_value functions in Structures
|
|
[3 replies] Last: You could create a var called tmp and return it from set_value. (by Thomas1965)
|
by Jyggalag22
Pointer stepping loop points to number outside array.
|
|
[4 replies] Last: The assignment calls for me to use pointers to find the highest and lo... (by Jyggalag22)
|
by H13
Program not displaying area!
|
|
[1 reply] : #include <iostream> using namespace std; double getArea(double leng... (by arczi w)
|
by mdelellis
searching an array within an object array
|
|
[1 reply] : Helli mdelellis, As I look at your code My first question is where di... (by Handy Andy)
|
by Flaze07
What does "int ix = ( delta_x > 0 ) - ( delta_x < 0 )" do
|
|
[3 replies] Last: well, that's interesting, thanks for the help, the second program you ... (by Flaze07)
|
by Mykel
Filling array with words from text file and finding similar ones and sorting them out
|
|
[6 replies] Last: Hello Mykel, @ne555 Thanks for the tips. I liked the front and back. ... (by Handy Andy)
|
by jeyveebz
Survival game OOP
|
|
[no replies]
|
by nearc
Read File and Selection Sort
|
|
[1 reply] : O(n^2) is going to take a long time for 100e3 elements however, for(i... (by ne555)
|
by adam2016
Circular dependencies/references
|
|
[4 replies] Last: ======== ========= | Person |- - - >| Person | | object |... (by Peter87)
|
by Minxx
program doesnt process all vector values
|
|
[8 replies] Last: Yes, I need only the last (correct) loop to be displayed. I tried movi... (by Minxx)
|
by itfreakas
HELP!
|
|
[10 replies] Last: Duplicated question: http://www.cplusplus.com/forum/general/235707/ (by Enoizat)
|
by Grak
C++ replying to a QFrame signal origin
|
|
[2 replies] Last: This works, awesome! For some reason, I'm now getting a SIGSEV, segme... (by Grak)
|
by ryochan
Three-Dimensional Array Assignment
|
|
[10 replies] Last: Yes, but I want to do it automatically (by ryochan)
|
by libidoX
Array
|
|
[1 reply] : Pattern: if \(\(.* \+ 1\) % 10 == 0\) The . means "any character".... (by keskiverto)
|
by JethroA7
pointers and arrays questions
|
|
[1 reply] : One way is to pass the second elem of your array to the average functi... (by Thomas1965)
|
Swapping do while loop |
|
[3 replies] Last: Here describe coding for an integer number is not true cin >> number; ... (by shivkumar12)
|
Creating Windows Application first time |
|
[5 replies] Last: I can vouch for WPF, it was very convenient to use when I was making s... (by Ganado)
|
by angchan
Sorting Code
|
|
[7 replies] Last: Icy- Ah I see now. The chart really helped. I didn't divide up the siz... (by angchan)
|
by WalterCC
Next Prime Number Function C++
|
|
[3 replies] Last: Thank you soo much guys....someone from other post solved me....Wish y... (by WalterCC)
|
by emma21
Transposition Cypher
|
|
[3 replies] Last: are you allowed to use actual C++ classes like std::string? Just tons... (by icy1)
|