by lFoxiel
Help with C program
|
|
[1 reply] : The function should take two integer arguments and return 1 (true ) i... (by keskiverto)
|
by ncampbell16
parallelizing random number generator suggestions?
|
|
[3 replies] Last: This code uses OMP to generate random numbers in parallel. #include "... (by Moschops)
|
by dhaneku b
char arrays and memory allocation
|
|
[3 replies] Last: In C++, everything with a complete type has a fixed size. No Even ... (by cire)
|
Need help understanding my errors |
|
[1 reply] : cout << "What is your weight (in pounds)? /n " << endl; "\n" fo... (by integralfx)
|
by Bored
How can I define '±' to use as a operator?
|
|
[2 replies] Last: The standard defines a list of operators that can be overloaded + - *... (by gunnerfunner)
|
by dhaneku b
Size of memory allocation for pointers
|
|
[4 replies] Last: I've never thought of it this way, it makes total sense now. Thanks! (by dhaneku b)
|
by Golledge
Looping back to the original menu after using a switch in a submenu.
|
|
[no replies]
|
by musehm
Need help with data storage in array form
|
|
[3 replies] Last: Should I use library array for this? (by musehm)
|
by DragonOsman
How Stuff Works - C - Sorting a Struct Array
|
|
[4 replies] Last: It's jut three lines of code. I did it myself within the same functio... (by DragonOsman)
|
by dingfuttsie
function not doing the math
|
|
[2 replies] Last: Make sure you're using code tags by the way, #include <iostream> #... (by muffsez)
|
by Carter205
Friend Operator< : How to Write?
|
|
[2 replies] Last: Thank you, that really helps put it into context. (by Carter205)
|
by Yawzheek
Is MinGW Still Current?
|
|
[2 replies] Last: Oh you are a lifesaver! I couldn't find a current version, and when I ... (by Yawzheek)
|
by aqmorgan12
I'm really lost this time
|
|
[no replies]
|
by Univcplus
Using find
|
|
[2 replies] Last: You're a life saver! I tried following the template like you said but ... (by Univcplus)
|
by Amateuer1000
C++ arithmetic calcs
|
|
[2 replies] Last: float I am now fearful that 2-1=1 only sometimes in this game. How tr... (by Amateuer1000)
|
by x2rachinese1
I need help understanding this
|
|
[2 replies] Last: In addition to what booradley60 said, have a look at your constructor ... (by MikeyBoy)
|
by bozmin
list with overloading operator and a constructor
|
|
[2 replies] Last: hi, Thank you for the answer. I will try to make the first one working... (by bozmin)
|
Memory leaks and pointers |
|
[3 replies] Last: Do you mean if we create a pointer using new, it remains even out of ... (by MikeyBoy)
|
Templates and Inheritance |
|
[4 replies] Last: [quote=TheAussieGermanBoy]So how would I type up that? What do I need ... (by coder777)
|
by LuisGt
stack / broken code
|
|
[4 replies] Last: What compiler are you using when you received the error? How exactly d... (by jlb)
|