by golfgirl32
Trouble with Extraction
|
|
[no replies]
|
by pipehappy
virutal function in static library
|
|
[1 reply] : write the function definition for the func function for the base cla... (by guestgulkan)
|
by clomer
arrays of structs
|
|
[3 replies] Last: Thank you so much. Case closed (by clomer)
|
by korselbujang
how to count an element within array
|
|
[6 replies] Last: thanks btw, i read it , but dont get it, i dont even know what class i... (by korselbujang)
|
by Beginnerr
Problem with simple program
|
|
[3 replies] Last: Thanks a lot.Omg what stupid mistake (i=n,i==n).I didnt saw it.Thank u... (by Beginnerr)
|
by korselbujang
add new element without loosing existing data
|
|
[2 replies] Last: thanks, ill find out.... (by korselbujang)
|
by matsern97
division wont work properly in calculator
|
|
[3 replies] Last: shall i change everyone with float/double? (by matsern97)
|
by waqqassheikh
Code Review
|
|
[1 reply] : Re: The use of goto See: http://www.stevemcconnell.com/ccgoto.... (by closed account z05DSL3A)
|
by KDeuce
get line
|
|
[1 reply] : I guess rooms is an istream then getline requires a buffer and a size ... (by coder777)
|
by Joseph1975
Passing an array to function and retrun a value
|
|
[7 replies] Last: I'm very new to C++; I thought when I returned avg in my function r... (by Joseph1975)
|
by dbridle
Vector<string> issues in release, not debug
|
|
[5 replies] Last: It was trying to put data into the vector for a file stream that conta... (by dbridle)
|
by miaOnDeLine
console stopped working during input getline
|
|
[5 replies] Last: Thanks coder777 and Duoas for helping me out. =) really enjoy learnin... (by miaOnDeLine)
|
by theChameleon
P2P Theory vs Practical
|
|
[no replies]
|
by chesterbloke
Vectors and Arrays
|
|
[2 replies] Last: Thank you coder. I didnt want to convert it, just compare the contents... (by chesterbloke)
|
Reciept Program |
|
[3 replies] Last: Well, first write the program ignoring the conditions. Then try to red... (by hamsterman)
|
by AkoTheShadow
file and arrays
|
|
[3 replies] Last: to convert std::string to const char*, std::string has a member functi... (by hamsterman)
|
by daedalic
Creating Mutiple Nested Class Instances
|
|
[2 replies] Last: Ah! that seems so obvious now. Thanks for the help! (by daedalic)
|
by matsern97
expected primary-expression before 'else'
|
|
[4 replies] Last: @matsern97 It does not matter. good luck. (by firix)
|
by firix
How do I create an object of type complex?
|
|
[12 replies] Last: @fun2code I could not understand what you say. the above code do... (by firix)
|
by irspeshul
Problem with Inputting File Name
|
|
[4 replies] Last: Don't check for eof. while(file >> y) is already doing that (when it... (by ne555)
|