by RyanCook1993
Unsure about Errors in OpenGL and classes
|
|
[3 replies] Last: thanks guys, just got it , i also accidentally had copied the triangle... (by RyanCook1993)
|
by illlojik
Confused: Need help with classes problem
|
|
[1 reply] : Sidenote: You could provide a constructor so you can initialize a Wor... (by georgewashere)
|
by ACE123
How to create simple database?
|
|
[2 replies] Last: Thanks so much, it now works exactly how I want. Thanks! (by ACE123)
|
by trexmix
Happy Birthday Code Problems
|
|
[2 replies] Last: k thx (by trexmix)
|
by Exispistis
Error with program
|
|
[2 replies] Last: Ah that probably is the issue. locy - 1 and locy + 1 both have potenti... (by ResidentBiscuit)
|
by JetX9
input and print functions...
|
|
[9 replies] Last: That...really doesn't help me in the least. Oh, sorry. I thought yo... (by Moschops)
|
Help me figure out a solution... |
|
[2 replies] Last: blahhhhhhhhhhhhhhhhhh are you kidding me? Thanks for clarifying... I g... (by georgewashere)
|
by poda19
gcc assembly output
|
|
[1 reply] : ok i got it it was the AT&T syntax i sould use -S -masm=intel to produ... (by poda19)
|
by krityx
Object not actually being modified by a class method
|
|
[2 replies] Last: Oh yeah that was it.. gcd was -1 and it was dividing by -1 ... Thanks. (by krityx)
|
by molecularman
Doing calculations with functions
|
|
[15 replies] Last: no problem, helping others is also a great way of learning, wasn't ent... (by Zephilinox)
|
by langdon
data structure problem
|
|
[5 replies] Last: This is not an unusual problem. Can't we just create some functions t... (by cire)
|
by swp
splitting a number into separate digits
|
|
[1 reply] : y = x % b assigns last digit of x in base b to y. y = x / b assigns a... (by hamsterman)
|
by binga30
rand not applying correctly?
|
|
[19 replies] Last: ++i just adds one to i, \n simply means end the line, so that you don'... (by Zephilinox)
|
by atjm88
Got Error in Program
|
|
[3 replies] Last: A library won't help. You need to create them. Here is how you would c... (by Moschops)
|
by Ch1156
Dinosaur battle text game help please
|
|
[4 replies] Last: #include <iostream> #include <string> #include <ctime> #include <std... (by Zephilinox)
|
by newer69
optimization of this algorithm?
|
|
[1 reply] : Please don't double post: http://www.cplusplus.com/forum/general/64659... (by MrHutch)
|
by shiznatix
Fetching how long a function runs
|
|
[4 replies] Last: You should use a profiler http://www.cs.utah.edu/dept/old/texinfo/as/g... (by ne555)
|
by crawler
fatal error LNK1169
|
|
[13 replies] Last: It worked. tnx Moschops for identifying the problem and tnx clanmjc fo... (by crawler)
|
by njkroeze
assignment
|
|
[6 replies] Last: So read it all in in one go rather than bit by bit as the for loop ite... (by njkroeze)
|
by Diana Magers
While Statement using a counter entering grades and output avg
|
|
[3 replies] Last: I'd suggest not to place the green check mark if your issue isn't solv... (by coder777)
|