by IWishIKnew
If-statements: Scope
|
|
[3 replies] Last: eh... I suppose... @sirolou: That's implied. The statements with ... (by IWishIKnew)
|
by john112
A LITTLE PROBLEM....REQUIRE VIEW
|
|
[3 replies] Last: Here are some things I noticed: 1.) Opening brace on line 4 is not ne... (by xismn)
|
by iabba94390
?? what types of files will be needed?
|
|
[4 replies] Last: Depends on what you want to do. You might want to use 500, you might ... (by IWishIKnew)
|
by fag
want to add an error message if cin is not a number
|
|
[3 replies] Last: Or for an example of a more generic approach: http://www.cplusplus.com... (by cire)
|
C++ tutoring |
|
[6 replies] Last: Rodiongork, that's just wrong. You can teach programming. The real i... (by IWishIKnew)
|
by Catfish666
Dynamically allocated array of function pointers
|
|
[7 replies] Last: What's awkward is function pointer syntax in conjunction with new ... (by LB)
|
by zajcev
TIFF file reader
|
|
[1 reply] : I commented out everything but this line below and the program crashed... (by SamuelAdams)
|
by Catfish666
Pointer undefined behaviors?
|
|
[6 replies] Last: Thanks for the replies, it did not occur to me that it may be "impleme... (by Catfish666)
|
by maksemos
RSA encryptor
|
|
[1 reply] : The problem is that when you generate the two prime numbers, in both c... (by Mitsuhashi)
|
by Og The Trog
Set value of unique_ptr
|
|
[5 replies] Last: SEGFAULT ? The program crashes ??? I don't know I never try ... I gue... (by rmxhaha)
|
by pintu1228
Planets program---URGENT!
|
|
[9 replies] Last: looking okay. now you need to read up on some vector methods like: 1. ... (by mutexe)
|
by Chubby
I dont understand this!
|
|
[2 replies] Last: A single ampersand is the reference operator. There is no such thin... (by cire)
|
by Og The Trog
how to delete unique_ptr
|
|
[1 reply] : delete Blocks .release(); http://en.cppreference.com/w/cpp/memory... (by cire)
|
by IADPCFEVER
Displaying last TWO largest in a binary search tree???
|
|
[1 reply] : pseudocode: a = root b = 0 while a != 0 and a=>right != 0: b = ... (by Smac89)
|
by sameeranc
storing in an array
|
|
[1 reply] : gd (by Craigneal)
|
by Og The Trog
Set an entire array to NULL
|
|
[8 replies] Last: Thank you, The smart pointers sound great! (by Og The Trog)
|
by LunarB
WriteProcessMemory with a Base and Offset - C++
|
|
[no replies]
|
by TychoKaine
Palindrome program not giving proper output
|
|
[2 replies] Last: Wow! I got rid of the cin line, and read your second post from the lin... (by TychoKaine)
|
by SeanWP1986
Returning two seperate variables in a function?
|
|
[9 replies] Last: He requires a set format and will dock points of you use anything but... (by xismn)
|
Maps |
|
[4 replies] Last: Reap up: http://www.cplusplus.com/reference/map/map/?kw=map (by IWishIKnew)
|