by CGunn86
Type qualifiers are not compatible error
|
|
[4 replies] Last: Seems like a valid solution except for the draw() function for ball ac... (by CGunn86)
|
by sonia123
Sorts
|
|
[1 reply] : Hello sonia123, Not a difficult program. So the questions what have ... (by Handy Andy)
|
How do I get the variable value from class |
|
[3 replies] Last: Hello WouldyCaulk, When I ran the program I found the major problem i... (by Handy Andy)
|
by thtrzxc
Appending something to buffer.
|
|
[7 replies] Last: "This can be achieve by initializing the string in UnrealScript to som... (by thtrzxc)
|
Why won't my functions print in main? |
|
[6 replies] Last: Showed a possible implementation with: one of the C++ random devices, ... (by icy1)
|
by Glaucous
Stack pixel points set by set
|
|
[1 reply] : Are you are asking how to plot your 2D points so that they seem 3D? (by tpb)
|
by grumblesnake
Implementing FLTK in VS Stroustrup
|
|
[7 replies] Last: @FurryGuy, Oh, I see. Point.h appears like this in the code you link: ... (by tpb)
|
by nearc
selection
|
|
[4 replies] Last: Break it down into steps; try to visualize. Very first iteration i=0,... (by icy1)
|
by shadabrana
Sorting Circular Linked List
|
|
[5 replies] Last: I might seriously consider breaking the list at head, making it a norm... (by jonnin)
|
by numanrki1
Please Help
|
|
[3 replies] Last: visual studio exists to make professional, industrial sized windows pr... (by jonnin)
|
by CGunn86
Stack, Heap, and pointer question.
|
|
[12 replies] Last: Okey dokey, I'll thrash the dead horse. Creating a unique_ptr to an ob... (by Repeater)
|
Failing to compile |
|
[9 replies] Last: @icy1, good point. I'm going to look into that. (by tpb)
|
by Daniel5053
[Linux] - error linker
|
|
[2 replies] Last: @Daniel5053, Have you checked this ticket? https://github.com/iva... (by ivmero)
|
by sluge
Integer overflow int and char
|
|
[2 replies] Last: Yes, it's unintuitive behavior. You should avoid comparing signed and ... (by Ganado)
|
by madaboutcow
randomizing the numbers
|
|
[3 replies] Last: Thanks, that works perfectly after adjusting the fill numbers. I reall... (by madaboutcow)
|
by jecalderon
Why code duplicate the
|
|
[1 reply] : Line 12 is called a function prototype. It is needed for the compiler ... (by Ganado)
|
by hareleah
Loop for counting single entered vowels hardship.
|
|
[7 replies] Last: #include <iostream> #include <algorithm> #include <string> using name... (by lastchance)
|
by Nasiri
Storing names in an array
|
|
[2 replies] Last: Assuming you are using std::string, you can simply check the length of... (by Uk Marine)
|
by dq9
Text RPG Variable
|
|
[8 replies] Last: @Ganado: My apologies Okay I see. Thanks! (by wsme)
|
by pbmfs
Need help filling screen with random characters.
|
|
[3 replies] Last: Hi Andy, sorted my code out. I'll see if I can extract config.dat as i... (by pbmfs)
|