by Jacob Payne
Returning to inital function
|
|
[8 replies] Last: This method worked. I declared MainMenuUC as a global variable. Thank ... (by Jacob Payne)
|
by CStarters
Finding the Lowest and Highest Score of User Input
|
|
[3 replies] Last: A Little Program Of Mine That Tells That!(: #include <iostream> using... (by Techy24)
|
by blueeyedlion
double subtraction problems
|
|
[2 replies] Last: Haha, yeah, double/float direct comparison will land you in a world of... (by MrHutch)
|
by xantavis
Question 1: How to acces a class
|
|
[3 replies] Last: I Think You Make The Capitals Wrong Voidex voidex (by Techy24)
|
by rvelez3
format
|
|
[1 reply] : You use the <> button on the right of the box when you post to insert ... (by MrHutch)
|
by jonatashille
push back a map in a list
|
|
[2 replies] Last: maps contain pairs. Your code would work for a list of pairs. (by blueeyedlion)
|
by rynzor6
Help Loop program.
|
|
[4 replies] Last: rynzor6, Hint Hint,Use This Code And Don't Let Script Coder Know!!!(Ju... (by Techy24)
|
by KyleMiles
Texture Mapping Help PLEASE!
|
|
[no replies]
|
by joeneldeasis
SQL Injection in C
|
|
[3 replies] Last: SQL injection abuses an unfiltered SQL input so that you can inject ar... (by BlackSheep)
|
by Deadmau5
LoadLibrary() fails with error code 193.
|
|
[3 replies] Last: Seems like it loaded the wrong version of msvcp100.dll (x32). Anyways ... (by Deadmau5)
|
by sakura66
Void Pointer in Linked List
|
|
[1 reply] : You're not showing enough code for a positive answer, but my guess is ... (by AbstractionAnon)
|
by projectUser
Read 2D arrays from file and store them in vectors
|
|
[1 reply] : So what is the algorithim for transposing from the first matrix to the... (by AbstractionAnon)
|
by MottMan
Real Time Results
|
|
[3 replies] Last: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html (by modoran)
|
by cniper
vector push_back and erase
|
|
[4 replies] Last: thanks peter87. My bad i did'nt noticed it. (by cniper)
|
by rynzor6
Two Switch Structures
|
|
[3 replies] Last: To include more than one statement in the if statement you have to use... (by Peter87)
|
by steve9164
Calling SDL functions from multiple threads via a linked list or queue
|
|
[10 replies] Last: Thanks Disch. I will have a look into writing my game without threads ... (by steve9164)
|
by Purplely
Vandermonde Matrix
|
|
[1 reply] : #include <vector> #include <type_traits> template < typename T > usi... (by JLBorges)
|
by NanoBytes
Accumulating Vectors
|
|
[1 reply] : std::vector<double> a = { 1, 2, 3, 4, 5 } ; std::vector<double> b = {... (by JLBorges)
|
by pjquinn
Cross platform 2D Engine?
|
|
[3 replies] Last: UglyIgloo: That isn't what I wanted, I wanted to know how to make an e... (by pjquinn)
|
by Lisa87
Server Side Programming
|
|
[4 replies] Last: Basically I'm not that technical and I'm recruiting for a programmer ... (by zepher)
|