by Khurmi878
copying bitfields to buffer
|
|
[1 reply] : Something like this: #include <iostream> #include <cstdint> #include... (by JLBorges)
|
by selenium
Why does the content in my char* change into random characters?
|
|
[2 replies] Last: You are right, my problem solved, thanks!! :D (by selenium)
|
by natehughes02
Program Help (arrays and functions)
|
|
[2 replies] Last: Well, I've not tried to compile this. But glancing at the code, I see ... (by Chervil)
|
by ReillyC52
Frequency Array
|
|
[2 replies] Last: There are a few problems here. I don't know how many lines there are i... (by Chervil)
|
by uknowwho
K map help
|
|
[no replies]
|
by lmsmi1
Irrlicht & MinGW - Returning 1
|
|
[no replies]
|
by nasser
sequation
|
|
[4 replies] Last: thx it works :D but don't as i want i want it in series (by nasser)
|
by kradragon94
Simple program confusing!
|
|
[1 reply] : I see a typo in this statement arrC = arrA *arrB + arrA *arrB ... (by vlad from moscow)
|
by domthebomb77
if statement help :)
|
|
[2 replies] Last: oh haha I didn't even see that xD (by domthebomb77)
|
by sajis997
expected initializer
|
|
[2 replies] Last: bonjour, je veux faire une fonction voter; je travaille sur un jeu s'a... (by nf17)
|
by JEvans1234
Trying the Sine Rule
|
|
[3 replies] Last: The sine rule (look it up) says lengthA / sin(angleA) = lengthB / sin... (by Chervil)
|
by chirazch
soustraction de deux liste de type double et le resulat met dans un autre liste
|
|
[no replies]
|
by AENEAS39
do not know what is going wrong
|
|
[2 replies] Last: Thanks! is working now!! (by AENEAS39)
|
by heranoxide
In what window do c++ .exes run?
|
|
[12 replies] Last: I'm learning C++ as you told me to, i'm making progress, thanks to you... (by heranoxide)
|
by TonyBoy0819
Outputting a list of customers to a text file
|
|
[1 reply] : Use the code tags, please. Ideally, you would have a relational data... (by keskiverto)
|
by bunenej
'std::out of range' error
|
|
[9 replies] Last: According to the C++ Standard the exceprion out_of_range is generated ... (by vlad from moscow)
|
by Krayzon
Strange vector errorr when doing push_back
|
|
[1 reply] : give me the rest of the code:P u need to define the matriz size on sta... (by topnik1)
|
by blobeb
A typical n00b question..
|
|
[2 replies] Last: I started with "Starting Out with C++: From early objects", you may a... (by blobeb)
|
by justasiam
Calculation Problems
|
|
[5 replies] Last: Ohh i get it now,that's great! :) and are your problem solved? (by eyenrique)
|
Do/while trouble with Newton's Method |
|
[5 replies] Last: Thanks!! That was exactly the issue. I switched out abs with fabs an... (by cire)
|