by DTM256
Ws2_32.lib is not on my system
|
|
[6 replies] Last: This is a linker error and not a run-time error, correct? Assuming, a... (by Ganado)
|
by teodor0xcb
Multidimensional array on heap.
|
|
[8 replies] Last: Thank you all for you replies! I'll think about it. (by teodor0xcb)
|
by PhysicsIsFun
Header guards (1,2,3)
|
|
[45 replies] Last: Ah, you mean just scale R before calling overlap and only give R to th... (by PhysicsIsFun)
|
by Ch1156
Creating different weapons in class (1,2,3,4)
|
|
[67 replies] Last: Just to reiterate this, really pay attention to these things: [quote=... (by TheIdeasMan)
|
by WalterCC
Print the largest divisor of a number , different then him.
|
|
[5 replies] Last: wish you best , helped me a lot !!!!!!!!!!!!!!!!!!!!!!! (by WalterCC)
|
by applj
Generate non-repetitive random numbers without array
|
|
[12 replies] Last: [Edit: bitmap<> should have been bitset<>] You don't need the clearVe... (by dhayden)
|
by ddaniel10
Doesn't compile
|
|
[4 replies] Last: C++ is case sensitive, you declare int Tests(); on line 15, but defi... (by Ganado)
|
by ayush0saxena
how to accept input from a file.
|
|
[3 replies] Last: Just call getline i-1 times and start the input from there (by Thomas1965)
|
by adam2016
Integration question
|
|
[11 replies] Last: thanks guys much appreciated, I've been programming for approx 2 year... (by adam2016)
|
by philip1999
Why my program is going to infinite loop
|
|
[6 replies] Last: @icy1, why should calling a function count as writing a loop? Also why... (by Thomas1965)
|
by kramsuiluj
Need help with Arrays
|
|
[2 replies] Last: Thanks for the help, it finally worked I changed the : Lines 9, 13, 1... (by kramsuiluj)
|
by CodyKSU
Help with equations inside of code? Newb...
|
|
[4 replies] Last: You need to loop over the vectors ... float pos_x = 0.f, po... (by nuderobmonkey)
|
by H00G0
Storing text in program.
|
|
[13 replies] Last: The std::string class's limit is going to be whatever your computer ca... (by Ganado)
|
by RCPP
Input Validation
|
|
[2 replies] Last: @JLBorges - Thank you! Although, it would be better to have predefined... (by RCPP)
|
by adam2016
differentiation question
|
|
[6 replies] Last: Just practice it a few times with different numbers/angles (that you c... (by Ganado)
|
by philip1999
Arrays with for loops
|
|
[3 replies] Last: @Repeater When I replaced (testGrades /100); with (testGrades -10... (by philip1999)
|
by TRGraphix
Passing Array to function
|
|
[8 replies] Last: MikeyBoy Thanks for the tip I'll take a look at that (by TRGraphix)
|
by CGunn86
Any reason to use std::string anymore?
|
|
[9 replies] Last: Note that much of the differences in performance in Bartek's benchmark... (by Peter87)
|
by lulu6984589
business idea of making a mobile app
|
|
[4 replies] Last: If you want to talk to people on this forum about that you should put ... (by mwell008)
|
by Unspoken
error C2280 - attempting to reference a deleted function
|
|
[4 replies] Last: Thanks guys. (by Unspoken)
|