by Elidor
Linking Problems
|
|
[2 replies] Last: Thank you so much. I had seen something about having to define the var... (by Elidor)
|
by bibtnj
Class atributes - memory class
|
|
[1 reply] : http://www.tutorialspoint.com/cplusplus/cpp_storage_classes.htm and ht... (by keskiverto)
|
by sajis997
smart pointer , dynamically allocated memory, copy constructor and assignment operator
|
|
[4 replies] Last: oh yeah, true, I'm sorry, in my example there is no deep copy. I can... (by Gamer2015)
|
by nruiz8
Keep getting -fpermissive errors on my program
|
|
[5 replies] Last: Okay then you only need one loop to loop through the columns. The rows... (by jlb)
|
by Niscuit
Search Function - File Handling
|
|
[2 replies] Last: It keeps looping the "found" thing... //main.cpp "Music Storage Pro... (by Niscuit)
|
by pravi
Structure in C
|
|
[2 replies] Last: Thanks for your reply. What a shame on me. I changed only the %s to %d... (by pravi)
|
by BlackPanda00
Delete string in char*
|
|
[2 replies] Last: Thanks :D (by BlackPanda00)
|
by kvilla32
Switch case looping
|
|
[3 replies] Last: The pattern that I use is like this: while (true) { prompt for in... (by dhayden)
|
by BubbaD123
Confusion About Char Array Pointer Assignment
|
|
[2 replies] Last: I see! Thank you liuyang. Now that I think about it, the only time the... (by BubbaD123)
|
by cutiepi314
Pauseing Screen
|
|
[3 replies] Last: Oops I forgot to mention that I am using wxwidgets and I need to see i... (by cutiepi314)
|
by Diedes
Looping srand(time(NULL));
|
|
[5 replies] Last: Wauw, that looks awesome ;P So with that code the only limit is the sp... (by Diedes)
|
by omurad
2D array initializing error
|
|
[1 reply] : http://stackoverflow.com/questions/15520880/initializing-entire-2d-arr... (by mutexe)
|
by GreatUnknown
Menu Fuction Not Calling
|
|
[4 replies] Last: Ahhh makes sense! (by GreatUnknown)
|
by Yulia
Function main ()
|
|
[4 replies] Last: You can't call main() anything you want. The linker provides a way ... (by AbstractionAnon)
|
polymorphism |
|
[3 replies] Last: I'm not entirely sure what you're trying to do with this program but i... (by shadowmouse)
|
Why is string with less characters greater than one with more? |
|
[3 replies] Last: Ah, so it goes by the ascii table values. Thanks guys. (by The Fearless Hyena)
|
by kong288
Can you delete a pointer from a vector with a given pointer?
|
|
[11 replies] Last: As long as one is not under the delusion that std::experimental::opti... (by JLBorges)
|
Array of pointers |
|
[1 reply] : line 7 is creating a pointer to the a2rr. the *(*ptr) shall be read a... (by liuyang)
|
by Niscuit
File handing code. Please assist.
|
|
[11 replies] Last: I'm so sorry, it didn't do anything but give the compiler a bunch of ... (by jlb)
|
by nick9449
How to..?
|
|
[1 reply] : @nick9449 Try moving srand((unsigned)time(NULL)); to before the fo... (by whitenite1)
|