by Mobius1
Passing Data Between Classes Using Pointers
|
|
[2 replies] Last: Yeah I realize that the code is weird. To be honest I didn't really pu... (by Mobius1)
|
by MohamedDZ
files & bin trees
|
|
[1 reply] : Hi there, For more information on reading and writing to and from fil... (by closed account o3hC5Di1)
|
by Henry7747
touch up trouble
|
|
[1 reply] : Hi there, Please be a little more specific about the problem. Are you... (by closed account o3hC5Di1)
|
by dhull01
Finding Squares of N random integers
|
|
[1 reply] : Hi there, You need to seed the random number generator. This page has... (by closed account o3hC5Di1)
|
by navig8tr
Convert binary bitset to hexadecimal
|
|
[1 reply] : Hi there, You could output it to a stringstream, then convert it to a... (by closed account o3hC5Di1)
|
by trevormoon
Determine if a relation is symetric
|
|
[no replies]
|
by max v max2
problem with if
|
|
[2 replies] Last: thanks alot my friend (by max v max2)
|
by halamaker
Pointers and Functions with Arrays
|
|
[3 replies] Last: Alrighty I've worked with it some and got the 2nd pair of functions to... (by halamaker)
|
by menewbie
Reading Binary File
|
|
[5 replies] Last: Once you have got the input fixed (see Chervil's post above), the rest... (by JLBorges)
|
Easy Question... |
|
[11 replies] Last: Hi there, Please create separate topics for unrelated problems. As fo... (by closed account o3hC5Di1)
|
by SarahD
dayType
|
|
[3 replies] Last: well i thought about that, but first i want to make sure that everythi... (by SarahD)
|
by sumsar
problem with a function.
|
|
[2 replies] Last: password is an array of strings. the first element of the array is ini... (by tipaye)
|
by coolguy67
Inserting new nodes into a binary tree
|
|
[2 replies] Last: Yeah, you have no root :-) Also, you meant to use the comma (,) not s... (by tipaye)
|
by chickens7
passing arrays to constructors plz help
|
|
[3 replies] Last: Wow, I feel silly for putting that up here now lol, thanks alot! (by chickens7)
|
by Ausha
Find prime numbers between random numbers (1,2)
|
|
[25 replies] Last: [quote=GRex2595]I don't program in C++ to necessitate a paid upgrade, ... (by MiiNiPaa)
|
by Gacsam
While problem
|
|
[1 reply] : I have figured it out, instead of "int begin", I have used "char begin... (by Gacsam)
|
by Guzfraba
Pointer to pointer and bidimensional arrays.
|
|
[3 replies] Last: 1) It is not working because they are not type-compatible. You are try... (by Duthomhas)
|
by coolguy67
Writing a Delete algorithm in an ordered linked list
|
|
[7 replies] Last: Right, I hadn't refreshed the page to see your comments in a while. A... (by Stewbond)
|
by akimo360
Help with basic calculator.
|
|
[2 replies] Last: More changes in bold : #include <iostream> using namespace std; i... (by Stewbond)
|
by antwon128
number sequence problem
|
|
[4 replies] Last: Woops... looks like I forgot to replace the x's in the for loop: Chan... (by Gaius Baltar)
|