The other way to makesss it? |
|
[no replies]
|
Small question, new here (L) |
|
[no replies]
|
The thing Im wondering about (P) |
|
[no replies]
|
by sheva29
using a nested forloop to compare particles
|
|
[1 reply] : ok I figured it out! But I wonder if there's an easy way so here what ... (by sheva29)
|
by cbars
Need Help Creating A New Output with Codeblocks
|
|
[9 replies] Last: since you pretty much figured it out . Here's how I did it int m... (by suitedupvet83)
|
by mystic97z
help raising number to powers
|
|
[4 replies] Last: make sure to include #include<cmath> before using the pow operat... (by suitedupvet83)
|
by SuperFlu
How do I loop back to the beginning?
|
|
[4 replies] Last: wow i like it. works perfectly. thanks! I'll be sure to keep a copy of... (by SuperFlu)
|
by Trapnasty92
Output error
|
|
[2 replies] Last: when you declare a variable, the variable by default will hold nothing... (by Ulutay)
|
by dadoucha
why memcpy inverts the byte order?
|
|
[1 reply] : memcpy does not invert anything. It is just x86 achitecture using li... (by MiiNiPaa)
|
by DAoliHVAR
Understanding libraries
|
|
[8 replies] Last: can i use classes in libraries Yes. how to actually run libar... (by AbstractionAnon)
|
by OUIJ
Importing an existing class
|
|
[3 replies] Last: Thank you MiiNiPaa (by OUIJ)
|
by americanxo
declaring variable within a function
|
|
[11 replies] Last: { int function( int first, int second ) { // local var... (by americanxo)
|
by ct180
Simple Repitition Structure Output Help
|
|
[2 replies] Last: It's for a class with VERY explicit instructions to familiarize oursel... (by ct180)
|
by thefly
How to write this triginometry equation?
|
|
[8 replies] Last: Those were the examples he showed. He did say there was a logical erro... (by thefly)
|
by cbruck8907
Help With Looping
|
|
[2 replies] Last: http://ideone.com/GnwCOc I cleaned it up a little, I just need help w... (by cbruck8907)
|
by HelenI
Queue
|
|
[1 reply] : Define what you mean by queue? std::queue? Some custom class? What do ... (by MiiNiPaa)
|
by h4ever
floatf - wrong result
|
|
[5 replies] Last: OK, so what I must do to get 1? H=1; data->row_pointers =roundf(H*0... (by h4ever)
|
by shola
How to get rid off the warning
|
|
[4 replies] Last: At a job long ago part of the coding standard was never to have more t... (by tipaye)
|
by sekmo
Converting a string into binary using functions
|
|
[2 replies] Last: There is an argument I've observed several times. Most likely he mea... (by tipaye)
|
by h4ever
How to pass 3 bytes to buffer in one command?
|
|
[7 replies] Last: I am watching it in Watch panel while debuging. I see I must to switch... (by h4ever)
|