by Roson
Can I create a custom data type? (Not Classes)
|
|
[6 replies] Last: Heh, I let my save every ounce tendency take over. I agree with the ... (by Duthomhas)
|
by stav
*new* struct not getting initialized to 0
|
|
[4 replies] Last: No. new T(); causes value initialization , while new T; causes ... (by mbozzi)
|
by fewdiefie
program crashes
|
|
[4 replies] Last: I think that doing so increase the amount of complexity within the cod... (by benhart)
|
by tabris17
Optimization suggestions for linear probing table
|
|
[4 replies] Last: I would seriously consider making it allocate max expected * X (you ca... (by jonnin)
|
by iJack123
Lights on/off programm
|
|
[4 replies] Last: My programm does not work... I'm sorry to hear that. Please read: h... (by mbozzi)
|
Triangle program |
|
[4 replies] Last: h is used in the for loop too. But what is it? (by jonnin)
|
by Max Euler
How to make 2D OpenGL rendering efficient in C++
|
|
[2 replies] Last: change the design. Class rectangle may make sense but draw inside ea... (by jonnin)
|
by dbag
Comparer question with custom Objects
|
|
[8 replies] Last: Thank you so much @JLBorges for the in depth explanation. You have no ... (by dbag)
|
by hussnain
waiting for answer
|
|
[2 replies] Last: This should fix you problem #include <iostream> using namespace std... (by noobofcpp)
|
by hebrerillo
getaddrinfo_a Windows equivalence
|
|
[no replies]
|
by fewdiefie
reading data from txt file.
|
|
[8 replies] Last: Nah, people aren’t taught how to use C properly, so it looks like ma... (by Duthomhas)
|
by ReaperSoul
get object idetifier
|
|
[1 reply] : #include <iostream> #include <string> struct some_class { std::s... (by JLBorges)
|
String input |
|
[7 replies] Last: Another option without getline and removing whitespace. In case the in... (by Thomas1965)
|
by AlexCantor
Ivor Horton Book: Using C++ Standard Template Libraries
|
|
[no replies]
|
by omarrrrsoska
warning signs
|
|
[9 replies] Last: You are not asking the right questions. If you want the code for this ... (by bheadmaster)
|
by JustMike
Randomisation Each Time The 2D Array Is Called
|
|
[3 replies] Last: Thank you both for replying, I have looked over what you both have sai... (by JustMike)
|
by Cambalinho
C++: how use arrays on our class's? (1,2)
|
|
[21 replies] Last: 1.b and 2 works fine. but the 1.a have a memory leak. maybe because i ... (by Cambalinho)
|
by sharsh2222
Playsound only when specific key is pressed
|
|
[1 reply] : Use SFML.Use sf::SoundBuffer to load the sound file you what then use ... (by noobofcpp)
|
c++ programmin problem please ! any one can show how this be? |
|
[5 replies] Last: The premise of your question is slightly wrong because the question is... (by Ganado)
|
by SSteven
Improper locale definitions
|
|
[3 replies] Last: I could never be sure that the locale in fact encapsulates German con... (by Cubbi)
|