by irishme
Wrong output for C++ code
|
|
[1 reply] : You made another thread for the same problem, deleted the contents of ... (by hamsterman)
|
structs and data types |
|
[3 replies] Last: As long as chksum is 16-bits wide, then yeah, there won't be any diffe... (by Disch)
|
by lan1967
Hardships with compiling parrallel programs on serial machine
|
|
[1 reply] : Hello, just use the "mpicxx" command instead of "g++" to compile. (by stefanfuchs)
|
by neowoot
I don't understand these instructions! :(
|
|
[3 replies] Last: Okay. Thank you both very much for your help. I don't feel as clueless... (by neowoot)
|
by Tankid
Auto press enter in cin?
|
|
[7 replies] Last: If you want an option after another option, try using a switch stateme... (by Lynx876)
|
Using pointers to compare multiple values? |
|
[2 replies] Last: thank you sasanet, that seems to have worked :) much appreciated (by Jonnyisonfire)
|
by Donny
Reversing Values - Few Problems
|
|
[2 replies] Last: You already included the <vector> why not use it? IMO it's easier to s... (by matsom)
|
by Kelevra
Limiting the jump
|
|
[14 replies] Last: No problem, glad you solved it :) (by Acr)
|
by ashsmash90
Help with map class and base class pointers
|
|
[8 replies] Last: ah yes, I was being very stupid. I shouldn't of been doing cout<< ....... (by ashsmash90)
|
by celem
Filestream headaches
|
|
[4 replies] Last: I took the above code snippet and created a new project using my trust... (by celem)
|
by applesoup
Finding prime numbers loop
|
|
[3 replies] Last: this is no prime number program..... first read and see what a prime ... (by tejashs)
|
by Ramses12
Inheritance complications
|
|
[7 replies] Last: I've made it! With just one templated class. As template parameter, I'... (by Ramses12)
|
by hydride
Converting from java code to c++
|
|
[1 reply] : Extend Node like so: struct Node { Node *next; int data; bool c... (by coder777)
|
by v41r
Battleship game (random placement of ships)
|
|
[2 replies] Last: The reason why you don't get an answer is: your question is not specif... (by coder777)
|
by neckronis
Calling a function from a class
|
|
[4 replies] Last: Thank you both for the quick response =] This will help me very much, ... (by neckronis)
|
by SephX
Changing array value
|
|
[9 replies] Last: Mmm, a board holding int is ok as long as you're clear what the int re... (by kbw)
|
Linked list of integers. |
|
[3 replies] Last: No worries coder777. I won't be handing out a solution here. This was ... (by closed account D80DSL3A)
|
sorting a vector of classes containing strings |
|
[1 reply] : if you want to sort complex data like that 'Stuff' use the operator<(... (by coder777)
|
by manasij7479
Beginning QT
|
|
[6 replies] Last: I am just starting out with Qt myself. Using the form + widgets in Qt ... (by dangrr888)
|
by adamk8875
comparring arrays
|
|
[6 replies] Last: Hi, I've not really had time to check through the code, but having ski... (by lnk2019)
|