by mrtyson86
Need some help with output triangle of numbers.
|
|
[1 reply] : I would say your function would look like this: void Triangle (int ... (by crimsonzero2)
|
by billycro
Do you see it? Multi Declaration
|
|
[1 reply] : You forgot a semicolon after declaration of struct Node (by Smac89)
|
Trace |
|
[1 reply] : Breakpoint 1, main () at trace.cc:7 7 int list = {15,81,61,38,93... (by Smac89)
|
by Shay9999
Calling functions from other files
|
|
[13 replies] Last: L B, your plan worked. I excluded all files, headers included, from th... (by Shay9999)
|
by jackbruns28
Worlds worst programmer with a question on array functions
|
|
[2 replies] Last: Try initializing sum to zero. double sum = 0.0, avg; As far as your... (by booradley60)
|
by zmlink
Where should i look for additional learning places for c++
|
|
[1 reply] : ---------> www.thenewboston.com <--------- Better than a VAST amount... (by closed account oN3AqMoL)
|
Finding the shortest path using Dijkstra's and min heap |
|
[1 reply] : Check the node key against its parent, if it is lower then swap and re... (by ne555)
|
by overtime718
I dont understand this....
|
|
[1 reply] : For 3, it will not match any cases and will hit the default, increasin... (by freddy92)
|
by mrtyson86
Writing a function that calculates.
|
|
[no replies]
|
by overtime718
complicated Boolean function help
|
|
[no replies]
|
by justasiam
Sending Data back to Main()
|
|
[3 replies] Last: OK, I tried that, but I found it easier to merge the two functions tog... (by justasiam)
|
by mrtyson86
help with returning double letters
|
|
[no replies]
|
by Progressive
Interface with hardware using a parallel, seriel or usb port
|
|
[no replies]
|
by saultx1
Program to count the number of specific words in a string
|
|
[3 replies] Last: thanks guys, great help. (by saultx1)
|
2d arrays and global functions and Prototypes |
|
[8 replies] Last: Yes, I don't know why the word 'global' was used - unless a function ... (by MikeyBoy)
|
by anonymousxyz
Questions Regarding the Literal C++ Coding Language
|
|
[3 replies] Last: [quote=anonymousxyz]What does the WINAPI refer to, and in general, wha... (by LB)
|
Recursion Problem |
|
[4 replies] Last: No problem. You ended up with exactly what I got too... :) (by Mathhead200)
|
by ktk0541
Random generator does't work
|
|
[2 replies] Last: Thank you Vlad! Now I see that counter12 and sum didn't come to zero... (by ktk0541)
|
fstream trouble |
|
[10 replies] Last: why stop using .eof? Because it's an error to use it that way, for ... (by Cubbi)
|
by invoker
Need some help with TmpArray()
|
|
[2 replies] Last: Character arrays: http://cplusplus.com/doc/tutorial/ntcs/ char hello... (by Catfish3)
|