by luckyvictor
Questions about Class using Linked List
|
|
[1 reply] : 1) Yes. 2) You already declared HeadList as a member of the class, ... (by jsmith)
|
by spitwats
Trying to make a program
|
|
[1 reply] : an integer will hold numbers.. try using char a ; or char* a; mm if y... (by kypeswith)
|
by JC Coelho
bracketing confusion :)
|
|
[4 replies] Last: Yes thanks again I got stuck on this almost two years ago what a relie... (by JC Coelho)
|
by bul268
How to calculate average?
|
|
[5 replies] Last: thanks chungolongo! (by bul268)
|
by Jyy
Recieving info in a console application
|
|
[6 replies] Last: Thank you! (by Jyy)
|
by billgone
Problem with function
|
|
[3 replies] Last: I thought it was obvious that the solution was to replace your char ty... (by jsmith)
|
by StephenP
For Loop Variables and how this would work. :S
|
|
[5 replies] Last: Ahh, alright, thank you. Now I get it. :D Thanks. And yes, you are... (by StephenP)
|
by masiht
function with switch statement
|
|
[10 replies] Last: Dear mashit, I have used void main function. you just do one thing, ... (by matanuragi)
|
by zydeoN
Returning default values of variables
|
|
[2 replies] Last: ok, thanks it works :D (by zydeoN)
|
by k4l4sh4s
Error with dev-C++ 4.9.9.2 compiler
|
|
[2 replies] Last: http://www.rohitab.com/discuss/lofiversion/index.php/t27368.html (by jdd)
|
by Oromis
bool != bool
|
|
[5 replies] Last: ...only slightly less clear. I like to use whitespace for clarity, ev... (by seymore15074)
|
by gantsooj
return 2d array from function?
|
|
[1 reply] : You can create the array dynamically and then return the pointer, you ... (by Bazzy)
|
by Sabal
Array question
|
|
[1 reply] : Because all of your variables are global, main already has access to e... (by jdd)
|
by terbor
Stopping the for loop
|
|
[4 replies] Last: Look up getline() [There are also many many examples of this posted... (by jsmith)
|
by Warpdrive
Getline, Structutres
|
|
[3 replies] Last: You can also use gets(drinks.name) to input the character string head... (by matanuragi)
|
by pinkbyfloyd
example program book
|
|
[6 replies] Last: I bought the solutions to Deitel C++ 6th Edition and the solution code... (by emanuels)
|
by bingerlee
opencv webcam capture problem!!
|
|
[1 reply] : You already have a topic on the other Board. Delete one of them? (by Mythios)
|
by masiht
excess to .h file
|
|
[6 replies] Last: Save the main program as a .cpp and save the header as .h. If it is j... (by eker676)
|
by sari
Criticism
|
|
[6 replies] Last: Ah, Simple logical error, Thanks (by sari)
|
by Baskinein
ArrayList type Array in C++
|
|
[3 replies] Last: iirc exceptions are only thrown when you dynamic_cast a reference. Th... (by Disch)
|