by RPDStars
Namespaces without classes?
|
|
[6 replies] Last: @ Thomas1965 No, no, I meant doing the following which is tiresome (... (by TheIdeasMan)
|
by student2016
rerrHeader was not declared in this scope
|
|
[1 reply] : Because there is no variable named rerrHeader in scope on line 20.... (by cire)
|
GetTempPath |
|
[1 reply] : TCHAR lpTempPathBuffer ; . . . // Gets the temp path env string (no ... (by closed account E0p9LyTq)
|
by cpq2g1zw2
getopt
|
|
[4 replies] Last: Don't be sorry. Life happens. I'm glad you got it working. :O) (by Duthomhas)
|
by jamesfarrow
greatest common divisior
|
|
[1 reply] : https://en.wikipedia.org/wiki/Euclidean_algorithm#Implementations > ... (by ne555)
|
by jumpinmp
getline(cin, n) issue
|
|
[2 replies] Last: OK, thanks. I had forgot about that. (by jumpinmp)
|
by Mays
Compiler freezes
|
|
[no replies]
|
by kokoilie
understanding array declaration
|
|
[7 replies] Last: Thank you rabster, this works like a charm and I hope I won't need any... (by kokoilie)
|
by HO4X
Validating Switch Statement.
|
|
[4 replies] Last: AbstractionAnon you bloody legend! Thanks for your help i appreciate ... (by HO4X)
|
Stuck on storing user-input string in array |
|
[6 replies] Last: Because it was best suited to the task. (by cire)
|
by noaboa
Same number in box
|
|
[no replies]
|
by CaveManFred
Void function problem.
|
|
[3 replies] Last: I am kicking myself right now. I am sorry for taking your time with th... (by CaveManFred)
|
by RGB 455
Homework assignment compound condentials
|
|
[4 replies] Last: Thank you all, here is my completed program, ///Bone Jour Dog care ... (by RGB 455)
|
by ramzodi
Begginner problems
|
|
[2 replies] Last: Line 8, void criptare (char ) the parameter name is omitted. I think... (by Chervil)
|
by randtekk
Printf does not repeat in loop after scanf
|
|
[2 replies] Last: Thank you, you were correct, the problem was due to my using a variabl... (by randtekk)
|
by Blungus
What is "Stack around the variable was corrupted."
|
|
[6 replies] Last: [quote=codekiddy]char yes = "yes"; is not "yes", since answer is {'y'... (by booradley60)
|
by christuart
Problems running code for the first time in VS2015 on Windows 10
|
|
[7 replies] Last: Bingo, right on the money. Thank you Chervil, Kevin, it was indeed Ava... (by christuart)
|
by LuckyXII
Understanding Pointers
|
|
[2 replies] Last: Thanks! Checking if kompisar is already pointing to something, I know... (by LuckyXII)
|
by JoanT
Adding book in library error
|
|
[2 replies] Last: myBookshelf->addBook(int ID, string Title, string Author, vector<Boo... (by Moooce)
|
by GibsRey
String
|
|
[3 replies] Last: If you mean inserting a white space then: string str = "helloworld";... (by codekiddy)
|