by Silentempest
Help with arithmetic program?
|
|
[8 replies] Last: Ok. Thanks for the help! (by Silentempest)
|
by Nubcake95
using reinterpret_cast for pointers
|
|
[2 replies] Last: Ok thanks L B for the info. (by Nubcake95)
|
by minuss273
Menu chooser - rewrite it with enumeration
|
|
[4 replies] Last: @L B i now know where i had my mistake, i fixed it and it worked. (by minuss273)
|
need help |
|
[4 replies] Last: You have to create an object of whichever derived type you want - eith... (by MikeyBoy)
|
by hellcoder
permutation
|
|
[4 replies] Last: You could easily alter stewbond's example and place the results in a s... (by LB)
|
by odieortiz
Geting intergers from function to function.
|
|
[2 replies] Last: OMG thanks lol ive been trying to figure it out for hours just changin... (by odieortiz)
|
by RockerC
"If else" statements problem
|
|
[5 replies] Last: #include <iostream> #include <string> #include <sstream> using namesp... (by Chriscpp)
|
by hellcoder
#define
|
|
[13 replies] Last: okay gotcha thanks andy and L B (by hellcoder)
|
by Yolo
hex array to ascii string
|
|
[2 replies] Last: Duhhhh... Thanks. Now works like a charm. I was reading two differen... (by Yolo)
|
by hellcoder
reference derefrence
|
|
[10 replies] Last: A char is *almost* always going to be smaller than an int. This forum... (by LB)
|
by andrix
problem with "delete"
|
|
[5 replies] Last: He's a pretty fast ninja if he beat you by a whole 15 minutes! Well,... (by MikeyBoy)
|
by benbalach
Pass-by-pointer and allocate it, data gets destroyed?
|
|
[2 replies] Last: @Cubbi Thank you very much! Now I understand everything. (by benbalach)
|
by Ch1156
Could this just go in a struct instead of a class?
|
|
[14 replies] Last: ah i see, so can i do inheritance with structs? As JLBorges already... (by MikeyBoy)
|
by Dave2013
Inheritance Problem
|
|
[2 replies] Last: You assume right :) Thanks very much! Great help. (by Dave2013)
|
by kkkl
string problem
|
|
[5 replies] Last: You're welcome! (by condor)
|
by Rookie85
Need help on Dynamic Memory Allocation
|
|
[3 replies] Last: next_element is always 0 here, so that if will never be true.... (by tath)
|
by Zerpent
How does this work, to make a .DLL?
|
|
[5 replies] Last: Ok, I can even write the DLLs all by my self now and understand what's... (by Zerpent)
|
by Philip Liang
Declare enum without defining
|
|
[5 replies] Last: How do you declare an enum without defining it? Note that JLBorges m... (by andywestken)
|
by whyme
a for loop problem
|
|
[2 replies] Last: Instead of a two-dimensional char array, use a 1D std::string array. ... (by abhishekm71)
|
by ManoelV
Good tutorials to make a interative program?
|
|
[7 replies] Last: @Manoel IV it nothing man.......... it is my goal to make some reall... (by closed account 4jzvC542)
|