by recalibrate
Can I avoid reinterpret_cast in this example?
|
|
[6 replies] Last: sorry my mistake. *'s are different than built in types. so to answer ... (by closed account Dy7SLyTq)
|
by prestokeys
Does calling .size() in a for loop slow it down?
|
|
[8 replies] Last: > Is the .size() function called every time the loop repeats or is it ... (by JLBorges)
|
by seeker62
compile to exe
|
|
[5 replies] Last: Not sure i haven't used netbeans but you could just use an ide and com... (by giblit)
|
by tobougg
loop breakdown
|
|
[9 replies] Last: Oh, sorry I assumed you already knew about those. Yes, *= is equivalen... (by Daleth)
|
Is it possible to convert(copy) a 3D array to a 2D array? |
|
[15 replies] Last: Thank you Andy. (by closed account yqD8vCM9)
|
by leo255
Rock, Paper Scissors using switch statement - What am I doing wrong?
|
|
[5 replies] Last: Thanks guys...I actually initially only put the "break" at the end of ... (by leo255)
|
by A Chidera
Program acting up
|
|
[2 replies] Last: Oh yes, u r rait, bt dts not d way it actualy is, i did dt so i wont h... (by A Chidera)
|
by NakidHoboe
Help with Project
|
|
[6 replies] Last: Oh makes so much sense now guys, thank you so much i feel a little dum... (by NakidHoboe)
|
by Chinchy
Errors in code
|
|
[9 replies] Last: Just to let the others to see what the code looked like before edit ... (by Chriscpp)
|
by natekelsey
Insert and Attach Functions for a Sequence Array Assignment
|
|
[9 replies] Last: Oh I forgot to initialize current_index in my constructor as 0. (by natekelsey)
|
by JoeCamo
What is the difference between * & and ->
|
|
[5 replies] Last: These functions are primitive and shown only for demonstrative purpose... (by vlad from moscow)
|
.pro file in BlackBerry 10 apps development |
|
[2 replies] Last: The rest of the content in the .pro files are additional information n... (by OxBADC0DE)
|
by Chinchy
Problem with my function
|
|
[4 replies] Last: Try to avoid using global variables: Lines 4-6. Between curly brace {... (by giblit)
|
by Ed4434
Functions, passing by reference
|
|
[12 replies] Last: Well.. if I, as the user, am inputting a, b and c myself, do I just pa... (by Ed4434)
|
by loanrefi
Don't understand Bubble Sort in my code C++
|
|
[3 replies] Last: Success! After adding the "correct" bubble sort code I was able to fi... (by loanrefi)
|
by G8rCre8or
Vectors
|
|
[8 replies] Last: Feel free to re-reply in case you need more help making things private... (by S G H)
|
by Zexd
Overloading the <<
|
|
[6 replies] Last: Maybe you mistype std::ostream& zv:: operator<<(std::ostream& cout, c... (by tntxtnt)
|
Header guards and #pragma once |
|
[3 replies] Last: <snip> (half read the question before replying...) Andy (by andywestken)
|
by Ch1156
How to stop money from going over (1,2,3,4,5,6,7)
|
|
[135 replies] Last: Ok well i got it all working, thanks. (by Ch1156)
|
by jhayteano
About Switch Statement
|
|
[6 replies] Last: Rather than a switch statement, I think a list of strings would be mor... (by Gaminic)
|