by Bojana
Conversion of obj to dae file C++
|
|
[3 replies] Last: Yes, this is a request to transform the 3D data file format obj to 3D ... (by Bojana)
|
by CatmanFS
Accessing members of an array using members of a second array
|
|
[7 replies] Last: crash could be because of either 'mesh.normal ' or 'normalInd... (by tgiec)
|
by BinaryGeek
File Display Program
|
|
[3 replies] Last: while(!fin) { cout << "Error Opening File! Re-enter File Name: " ... (by Imadatobanisa)
|
by Reaper1
rainfall dryest and wettest
|
|
[2 replies] Last: return rainfall ; Also it causes a crash. (by Imadatobanisa)
|
by mendozae
A Function inside a declared namespace will not work.
|
|
[4 replies] Last: Making class is same as making a brand new user-defined "type". Compil... (by kg1992)
|
by hudak
half program is working it is working for firs two not for last 2 it stop working after or during secong do while second do whi
|
|
[1 reply] : do ... while loops are not correctly the way you use it here. Use swi... (by coder777)
|
by phymafia123
C++:C-Style String?
|
|
[3 replies] Last: C style string is also called Null-terminated string, which means if y... (by kg1992)
|
by nyaeggy
C++ input validation
|
|
[10 replies] Last: It is working now after getting rid of the mph % 3!=0 thank you!... (by nyaeggy)
|
by tanny
Assistance needed desperately :(
|
|
[5 replies] Last: Recheck your structure. I pretty sure some of defined functions are mi... (by Imadatobanisa)
|
getline() help |
|
[4 replies] Last: I figured it out, I had to have let as an array rather than a varia... (by mckizzlealmond)
|
by lmd141
Inputting data from text
|
|
[2 replies] Last: Thanks very much, I sorted it! (by lmd141)
|
by Shondhi
Dynamic Programming in C++
|
|
[no replies]
|
by jolo309
Start with c++?
|
|
[5 replies] Last: First, rethink yourself. Making a program is the same as solving a ... (by Imadatobanisa)
|
by vinu
Best way to compare structure members
|
|
[3 replies] Last: Any way you can think of that would tell differences would work, turni... (by CatmanFS)
|
by RadMabbit
Prims Algorithm Question
|
|
[1 reply] : ¿how do you intend to modify it to apply it to directed graphs? (by ne555)
|
Allegro 5 problems |
|
[2 replies] Last: *EDIT: I reloaded the symbols in the debugger and now I get this : ... (by Theodor Purcaru)
|
by VANDEMAN
String to Decimal
|
|
[2 replies] Last: This code is unnecessarily complex: for(int c = 0; c < binary.size()... (by vince1027)
|
by Omar Elsayed
yes or no loop
|
|
[5 replies] Last: @Omar I can't do the loop.... quiet confusing.. How did you get on... (by TheIdeasMan)
|
by jazztrmpter
How to change where a pointer points to? C++
|
|
[7 replies] Last: Thanks Vince! (by jazztrmpter)
|