by dominover
***Pointers to Pointers? (1,2)
|
|
[25 replies] Last: No. I understand pointers and I have read the Getting Started Section... (by dominover)
|
by Prog24
Why wont my Main display data from my class?
|
|
[10 replies] Last: Well like I said, those lines do nothing. They are fancy no-ops. It'd ... (by Zhuge)
|
by jllobet
Can't get program to read from file right
|
|
[1 reply] : I figured out my problem. I had a misplaced closing brace on line 23 a... (by jllobet)
|
by Laveer
Merging Managed & Unmanaged Assmelby
|
|
[no replies]
|
by DethRaid
glOrtho has odd offset
|
|
[2 replies] Last: Without testing, I'm reasonably certain it's the glViewPort definition... (by cire)
|
by myslf
(Rectangle Class) need help to convert java to c++
|
|
[2 replies] Last: i using this program in c++ but this is java program i want to convert... (by myslf)
|
by Daroderick
Create a Program
|
|
[no replies]
|
by lSgtPepperl
I need help with ifs, elses, and looping
|
|
[3 replies] Last: Alright I got it, thanks guys (by lSgtPepperl)
|
by Daroderick
Creat a Program (Using Raptor)
|
|
[no replies]
|
by roguerussian
Am I misusing the operator< & operator== overloads?
|
|
[no replies]
|
by unarmed1618
Can I do boolean tests in a struct?
|
|
[1 reply] : yes, you can do boolean tests.But that should be in some function. ... (by tgiec)
|
by myslf
CLASS TO CONVERT FROM ANY NUMBER BASE TO ANOTHER
|
|
[10 replies] Last: The easiest way to convert bases is to use modulus and division. (by naraku9333)
|
by dagreat45
Help
|
|
[1 reply] : Please use < code > tags around your source code, makes it much more r... (by fafner)
|
by jlillie89
Unhanded exception
|
|
[15 replies] Last: OK, I just thought that the size was OK. Guess not. Thanks now I will ... (by jlillie89)
|
by codyflynn
blackjack program.
|
|
[2 replies] Last: I also see in userdeck, if you comment out // card1 = rand() % 5... (by SamuelAdams)
|
by doon
swap two arrays (1,2)
|
|
[35 replies] Last: yea it works gd but well i dont know if its from the loop in the func... (by MikeyBoy)
|
by scapps
Extracting substrings from a char variable
|
|
[1 reply] : one way, maybe not the best is to use string.erase() once you have the... (by SamuelAdams)
|
by bigg0058
Text Class - HELP!
|
|
[3 replies] Last: These didn't solve the issue. Now it is simply outputting nothing on t... (by bigg0058)
|
by hunterbdb
accept() function missing? WTF?
|
|
[4 replies] Last: I define my own make file and everything Sorry ignore my old post -... (by kev82)
|
by devonrevenge
how do you initialize arrays in class/structs and initialize a struct
|
|
[no replies]
|