by waqqassheikh
Why do I get the same random number in 5000 calls?
|
|
[2 replies] Last: Thanks so much for that well explained answer :-) (by waqqassheikh)
|
by R N
Help regarding reading a file into array
|
|
[2 replies] Last: Well you could use something like this: ifstream read(name_deposit.t... (by uhraurhua)
|
by ldima
push_back single element in a vector of struct
|
|
[9 replies] Last: ok thank you! (by ldima)
|
by Lookhere
Vectors
|
|
[4 replies] Last: A header should look like this for example #pragma once #include <ve... (by codekiddy)
|
by HamSammich
Quiz/Trivia Game Using Classes! Help needed!
|
|
[7 replies] Last: ...odd. Some of the line numbers of the errors don't line up with the ... (by Albatross)
|
Trouble Understanding PARAMETERS of Void Functions |
|
[8 replies] Last: Bump BUmp BUMp BUMP (by BadProgrammerJoe)
|
by JOZZIE52
pointers
|
|
[no replies]
|
by Antonio97
What is the proper way to involve trig functions?
|
|
[2 replies] Last: Wow, it's a shame how little things like that can cause a big issue. (by Antonio97)
|
Efficient algorithm for finding large prime factors |
|
[5 replies] Last: That should be trivial. (It can be held in a std::uint_fast64_t). In ... (by JLBorges)
|
by Whiplash17
C++ Inline Assembly G++
|
|
[no replies]
|
by lcmosley
Pointer problem
|
|
[no replies]
|
by hexduhax
question about pointer sintaxis
|
|
[3 replies] Last: i found the explanation in : http://www.eskimo.com/~scs/cclass/int/s... (by hexduhax)
|
by strupan
Error, variable not being used?
|
|
[7 replies] Last: NVM! I got it! Thanks so much for the recommendation on switches (by strupan)
|
by badkaykay
Display array data like a table?
|
|
[5 replies] Last: You're welcome. I'm having trouble trying to get a card game working. ... (by mikebell)
|
by Kazekan
Looking for feedback
|
|
[3 replies] Last: void coins::dispenseChange(coins buffer, coins& cash, coins returned,... (by Kazekan)
|
by h4344
Something Like Bukkit developing for C++?
|
|
[no replies]
|
by Rhys64
Troubleshooting
|
|
[1 reply] : #include <stdio.h> #include <iostream> //declare formal arguements h... (by ui uiho)
|
by kob4joy
matrix of 2 * 2
|
|
[2 replies] Last: map <int,int> matrix; another way of doing things. also <iostream... (by ui uiho)
|
by dbk27
Multiple Functions in a program
|
|
[1 reply] : #include <cstdlib> #include <iostream> #include <string> //you should... (by ui uiho)
|
by incremental
Trying to make LinkedList "copy-safe"
|
|
[9 replies] Last: 1_ You are missing the point. You need to copy all the list, you know ... (by ne555)
|