by tatai
adding data from multiple files
|
|
[6 replies] Last: by reading the links in Chervil's post. (by mutexe)
|
by clankill3r
is this correct usage for a smart_ptr
|
|
[no replies]
|
by q1670741824
an interesting phenomenon about "cout", could anyone tell me why?
|
|
[3 replies] Last: It's not about cout, it's about expression evaluation. 1. The order i... (by Cubbi)
|
by hossamkabeel
encrypt/decrypt
|
|
[1 reply] : what have you got so far? (by mutexe)
|
by q1670741824
Why assign const reference to non-const variable can't be displayed.
|
|
[6 replies] Last: and I finally find the problem, because ref is a class name or somethi... (by q1670741824)
|
by nir2
bulls and cows algorithm
|
|
[3 replies] Last: The algorithms you saw online were probably for using numerals 0-9, wh... (by Mats)
|
by RabMac
Question about member functions
|
|
[5 replies] Last: I tend to use the member variable directly. (by mutexe)
|
by ynooran
Prime with arrays please help!
|
|
[2 replies] Last: Or as an alternative to const double ten_pow = pow(10, 18); maybe ... (by Chervil)
|
by entchen
sscanf *.unv file
|
|
[1 reply] : Leider weiß ich nicht, wie genau diese getrennt sind, ob mit tab ode... (by coder777)
|
by JakeTheHuman
fstream: changing only certain values
|
|
[1 reply] : This is the wrong way to ask for help. A wall of text containing noth... (by Catfish666)
|
by KamKan
WARNINGS.. don't ignore.
|
|
[1 reply] : Unreferenced means not used. You declare some variables, reserve space... (by JockX)
|
by Vilja
TheNewBoston or CodingMadeEasy?
|
|
[3 replies] Last: Sorry for the delayed response. Watch the playlist "C++ Made Easy HD".... (by CodingMadeEasy)
|
by miladam
calculate determinte
|
|
[3 replies] Last: @ mancool1112 Why not? Why did you bother posting if you aren't going... (by Duthomhas)
|
by Ala888
Help with WinMain()
|
|
[6 replies] Last: actually its an updater for a game im making, and I just need it to ru... (by Ala888)
|
by KamKan
Grocery Program, deleting & searching records and password inputting.
|
|
[6 replies] Last: @mobotus your code runs, but it doesn't do the delItem(); function and... (by KamKan)
|
what's the undeclared identifier here? |
|
[2 replies] Last: OH right! I completely overlooked the fact that I didn't represent wha... (by nathanward4739)
|
by Bamaut
Basic structure question
|
|
[8 replies] Last: struct address { char street ; char city ;// added city member cha... (by naraku9333)
|
by alogedro
Question about switch statement
|
|
[4 replies] Last: If you were going to do it that way, wouldn't you need 26 variables to... (by Garion)
|
by paiyaku
Need help with my C++ code
|
|
[2 replies] Last: What are you trying to do on line 12? My guess is that Popnum is not c... (by ats15)
|
by slidn240
Array program
|
|
[1 reply] : No function prototype for getLowestGrade Prototype: int getLowest... (by mobotus)
|