by TheBreadCat
undefined reference to `WinMain@16' in eclipse
|
|
[5 replies] Last: When I say bare bones, I mean: "g++ -Wall *.cpp -oprogram.exe -llua" a... (by TheBreadCat)
|
by prees
multiple inputs
|
|
[2 replies] Last: The user can always enter variables on the same line or on different l... (by Hippogriff)
|
by awandering
Multiple compilation errors LNK2019
|
|
[5 replies] Last: Lines 169, 171, and 174 shouldn't compile. On line 168, you declare c... (by Branflakes91093)
|
by ndawg201
Storing data from a file into an array
|
|
[6 replies] Last: I mean, I don't really know. What we have to do is for the read functi... (by ndawg201)
|
by jeckel7234
Implementing classes and creating a driver function?
|
|
[no replies]
|
by pq1wx1p
Question about Run Length Encoding
|
|
[3 replies] Last: @pq1wx1p Did you mis-type the 4th and 6th group of bits in the RLE ver... (by andywestken)
|
by sabi20
How do you pass a dyanamically created array struct to a function
|
|
[14 replies] Last: thank you (by sabi20)
|
by rmarch11
Programming Isola(Game) -PLease help with errors!!
|
|
[no replies]
|
by Malegria
Inheritance + Arrays
|
|
[3 replies] Last: OH. MY. GOD. That one letter. Thank you very much! (by Malegria)
|
by KennethQ
SegFault Problem
|
|
[15 replies] Last: @ KennethQ: there is a lot of room left for improvement. For instanc... (by Catfish3)
|
java to c++ conversion |
|
[1 reply] : This is trivial even if you've never dealed with Java. You hardly need... (by Athar)
|
by awandering
Calling functions
|
|
[no replies]
|
Shutdown using code ? |
|
[6 replies] Last: yes it helps me.. ;) thanx (by Pter0dactyl)
|
by Pter0dactyl
function vs macro
|
|
[no replies]
|
getting entire line to read from a file. |
|
[2 replies] Last: The >> operator only reads the first word. Apparently you want to read... (by toum)
|
by jumperkid400
G++ error undefined reference
|
|
[no replies]
|
by jumperkid400
logical error entering while
|
|
[4 replies] Last: ahhh seee im dumb im so used to wanting to enter the loop with the val... (by jumperkid400)
|
by penny9key
Virtual output help and overloading <<
|
|
[2 replies] Last: nvm stupid Visual studio wanted me to include <string> and i can direc... (by penny9key)
|
by smcguffee
Is there a way to get a list of class members programmatically?
|
|
[1 reply] : No. (by firedraco)
|
by sirc89
C-Strings
|
|
[3 replies] Last: got it needs to be if (str != "\n") (by sirc89)
|