prob making class template |
|
[9 replies] Last: If you really want to learn C++ and how templates work you'd be better... (by kempofighter)
|
by timfoea
simple string concat
|
|
[5 replies] Last: thanks, it worked! (by timfoea)
|
by sourena
structure
|
|
[9 replies] Last: For a more complicated but more object oriented solution see these lin... (by kempofighter)
|
by mainframe639
Random Array of Strings
|
|
[8 replies] Last: Array indexes are zero based, not one based so I am not sure where you... (by kempofighter)
|
by fafner
Repeating char array
|
|
[2 replies] Last: Awesome, thanks;) (by fafner)
|
by murmuls404
Problem with binary files
|
|
[1 reply] : The sorting code you have will only work if then eng_dict.txt file is ... (by Disch)
|
by tarun91
Compilation Error
|
|
[6 replies] Last: +1 Galik (by closed account z05DSL3A)
|
by amma
run application from another application
|
|
[4 replies] Last: Ok, thanks for the explanation :) (by kaduuk)
|
by Tset Tsyung
overloading the '>>' operator cause error.
|
|
[2 replies] Last: Yup see that now!! Bascially I original had some arguements within ... (by Tset Tsyung)
|
by kaduuk
Problem with setprecision
|
|
[2 replies] Last: I know that using system is bad, however, this is just a temporary sol... (by kaduuk)
|
by Sorcus
Boost runtime error trying to access multi arrays
|
|
[no replies]
|
by sendjy
child class not inheriting access to private data area to another class
|
|
[1 reply] : This feels wierd because i thought that all subclasses of a class sho... (by Disch)
|
by EEmsu
operator will not divide?
|
|
[2 replies] Last: Thanks for the help! (by EEmsu)
|
by manasij7479
Length of String
|
|
[1 reply] : sizeof is to determine the size of a structure in memory. strlen is t... (by Athar)
|
by jmoore2020
Need some guidance.
|
|
[2 replies] Last: Thanks for the good info athar ; ) specially the packet sniffer (by jmoore2020)
|
by jbwright84
Controlling user input
|
|
[3 replies] Last: The in_avail () function is not required to return useful information... (by Duthomhas)
|
by slg5094
What to do if no "cin" is entered
|
|
[2 replies] Last: Thanks so much for your help! I (obviously) had no idea what to put f... (by slg5094)
|
by tdotravvv
beginner loop problems...i think
|
|
[4 replies] Last: Something you can use as inspiration: int currentSalary=1,totalSal... (by Athar)
|
by ymabob
Return 0; Vs. Return (0);
|
|
[2 replies] Last: Ok thanks a lot. It's good to know. (by ymabob)
|
by impseth
finding greatest common denominator
|
|
[1 reply] : wikipedia gives several far more efficient (and simple) algorithms for... (by jsmith)
|