by yj1214
Am I understanding dll and lib files right?
|
|
[5 replies] Last: Game libraries such as Irrlicht don't requires to link with lib files... (by andywestken)
|
by esolve
how to differentiate static library/compilation with dynamic?
|
|
[3 replies] Last: PS (Aimed at my future self, as much as anyone else...) In the MinGW ... (by andywestken)
|
by sarakarla
Cannot Reading File
|
|
[1 reply] : I believe the correct error checking syntax is ifstream inFile; if(... (by shadowmouse)
|
by MidnightTK
Sonic C++ programing
|
|
[1 reply] : yea i do. But you should use OpenGL because DirectX is known for bein... (by poteto)
|
Class Call problem |
|
[2 replies] Last: Line 81 is reading the newline that you entered after the first player... (by dhayden)
|
by HackerMine
Looping help
|
|
[2 replies] Last: It happens sometimes when you use getline() and cin together in a prog... (by newbiee999)
|
by danasko
...
|
|
[1 reply] : you should give details on what you are stuck on. Nobody is going to ... (by erbisme4)
|
by Tonyx97
OpenGL Lines problem
|
|
[1 reply] : my guess http://en.wikipedia.org/wiki/Z-fighting (by ne555)
|
Help with making run program be able to enter decimal numbers |
|
[5 replies] Last: You can't have an array of float length. I'm pretty sure you can't hav... (by shadowmouse)
|
by Xerox
hi can anyone help me to complete the code for searching a name and update some record which is to be saved on a database?
|
|
[2 replies] Last: I suggest that you store the entire struct in a vector. newEmployee i... (by newbiee999)
|
by jiwaniakbar
c++ best practices help
|
|
[4 replies] Last: Once you've followed the first suggestion you were given, you may find... (by MikeyBoy)
|
by hamit
Find a specific string from line and match it to whole document
|
|
[4 replies] Last: You are not keeping track of which lines have already been processsed.... (by cire)
|
by ngoyal1987
Why the size of array "g1" is 6 after strcpy ? It should be 9
|
|
[6 replies] Last: Great !!! Thanks a lot everyone for your responses. :) (by ngoyal1987)
|
by soujaboy12
c++ temperature
|
|
[2 replies] Last: does anyone have any clue about it? yeah sure i'm rather new to pro... (by Gamer2015)
|
by Ozzy69
how mod Of 5%47???
|
|
[2 replies] Last: simply put: 5 / 47 = 0 5 - 0*47 = 5 -> 5 % 47 = 5 (by Gamer2015)
|
by Sheaoswald11
How do i get my information from my array to cout in a block formation thanks
|
|
[2 replies] Last: Xcode Automatically copyrights ik its funny. And by block formation i ... (by Sheaoswald11)
|
by ZawarKhan
Counting words in a String
|
|
[2 replies] Last: 1. Code tags. 2. http://www.cplusplus.com/forum/beginner/1/ (by R23MJ)
|
by woodbras
5 Volts reaction in code
|
|
[3 replies] Last: I ll pay for help. I lost interest on that line, thanks When button... (by Gamer2015)
|
by shiftroyal
Error between Switch and For
|
|
[4 replies] Last: So how do i fix it I already gave you the answer: https://www.google... (by admkrk)
|
by Osej Alhasad
Output a .txt file
|
|
[2 replies] Last: THANKS! I really thank you! It worked! And it worked amazingly! I sho... (by Osej Alhasad)
|