by Jt253
What will the following code display?
|
|
[4 replies] Last: Or better yet, use a debugger. Yes, as I said in my other post to... (by TheIdeasMan)
|
by Oatcake
Encryption Algorithm
|
|
[2 replies] Last: 2. Would I need to create separate class files for both functions? Yo... (by tcs)
|
by flambert
Call by Referenc with this as Referenc
|
|
[4 replies] Last: test2 is now a copy of test1 . Both are different objects as befo... (by tcs)
|
by gaurav97
logically correct or wrong ?
|
|
[5 replies] Last: i dont think there is any need to change. its running perfect (by gaurav97)
|
by MarkyMark
Why is this structure member not displaying?
|
|
[2 replies] Last: getCompanyInfo is quite wasteful: - Since the parameter R is passed by... (by dhayden)
|
by lostbits
Passing a function as a parameter
|
|
[2 replies] Last: also, your new type (line 2) is "func", not "func_t", so lines 4 and 1... (by tipaye)
|
by gaurav97
Awkward situtation ! Not able to understand..
|
|
[6 replies] Last: |17|error: no return statement in function returning non-void [-Werro... (by bugbyte)
|
by NickCullen
C++ Factory Pattern Tutorial
|
|
[no replies]
|
by MarkyMark
Why will cout not print this std::string?
|
|
[2 replies] Last: kill me now -_- (by MarkyMark)
|
by gaurav97
this program works and doesnt work. explain why ?
|
|
[3 replies] Last: You got your x and y mixed up in line 9 and 10, so when you had x = 3 ... (by tipaye)
|
by gaurav97
sum of the diagonals of a matrix. program giving segmentation error !
|
|
[2 replies] Last: Thanks ;) I have made the corrections and it is working fine now. Here... (by gaurav97)
|
by killer13666
Error with binary IO
|
|
[3 replies] Last: I was wrong :) (by LB)
|
by ntran
Distinguishing between numbers and other symbols
|
|
[1 reply] : Try to read, if it fails then it was not a number. #include <iostream... (by ne555)
|
by LB
What exactly is std::iostream::pos_type?
|
|
[1 reply] : It's std::fpos<std::mbstate_t> , and it's not just offset, it's also ... (by Cubbi)
|
by dkaip
How code must be to not have multiple definitions of var?
|
|
[1 reply] : http://www.cplusplus.com/forum/general/140198/ (global variables) don'... (by ne555)
|
by NuckFuggets
Help with input file sorting?
|
|
[1 reply] : so yeah just clarified what im supposed to know what to do with the c... (by NuckFuggets)
|
by HelpAsking
Please Help Me Define and Macro Not Check Value
|
|
[2 replies] Last: ok thx but how can make macro same _MSC_VER return integer and can che... (by HelpAsking)
|
by Matep
saving RGB pixel data of a .jpeg image in 3D array
|
|
[6 replies] Last: Sure, but then i also have to change the quality enchanceing algorithm... (by Matep)
|
by tmason
C vs C++ - Request for more information ... (1,2)
|
|
[24 replies] Last: Excellent! I knew white papers existed but I guess I was searching inc... (by tmason)
|
by rahmanian
Data Segment Backups
|
|
[2 replies] Last: Unusual but quick solution: In Posix You can fork(). Second process ma... (by Konstantin2)
|