by sarangheh510
HELP QUICK
|
|
[5 replies] Last: void voodoo(int* X, int* &Y) //X=px, so X->x Y is a synonym for py. ... (by dhayden)
|
by Marquise16
Display highest number
|
|
[6 replies] Last: // DisplayHighestNumber.cpp #include <iostream> using namespace st... (by patriic48)
|
by Tommy1998
task
|
|
[1 reply] : Looks like a Fibonacci sequence with the first "1" missing. What task... (by cnoeval)
|
How do I use regular expressions with Standard Template Library in C++? |
|
[1 reply] : #include <regex> #include <iostream> #include <string> int main() { ... (by MiiNiPaa)
|
by adventurer
Where in my code should I put function to constantly move a square (OpenGl, Glut, looping)
|
|
[no replies]
|
by karlos675
help with classes.
|
|
[6 replies] Last: The code is working i'm just trying to figure out why my acceleration ... (by karlos675)
|
by suzaku343
selection sort error
|
|
[1 reply] : use code tags <> (by anup30)
|
by Wendy99
Blackjack (21) Programming Code
|
|
[1 reply] : Basicly you need to know rank of card first. Then for cards that is no... (by MiiNiPaa)
|
by Dan Feerst
formatting mysql timestamp yyyymmddhhmmss
|
|
[1 reply] : #include <iostream> #include <ctime> #include <string> std::string n... (by JLBorges)
|
by suzaku343
system("PAUSE")
|
|
[2 replies] Last: I completely forgot about that library thanks! (by suzaku343)
|
by PATBALM
No suitable conversion function from "Time" to "int" exists
|
|
[1 reply] : Time Time::operator-(Time & Robj); Your operator- returns Time obj... (by MiiNiPaa)
|
by nerdpwn
Output Question Doubt ??
|
|
[5 replies] Last: This has nothing to do with precedence. (by Peter87)
|
by nicopulse
Fastest algorithm can find shortest pass in graph, where edges are equals weight ?
|
|
[1 reply] : Use Breadth first search, simply iterate until you reach your goal nod... (by Smac89)
|
Changing a string input to capital letters |
|
[1 reply] : How about this: for (unsigned short i=0; i <= getword.length () - 1... (by ebucna)
|
by GaryDT
Instantiating Objects On The Heap
|
|
[6 replies] Last: Cool. Thanks again. (by GaryDT)
|
by Tonopahz
Variables and Types
|
|
[1 reply] : An identifier is a name. When talking about variables, valid identif... (by Peter87)
|
by gotclass1
Reading file
|
|
[no replies]
|
by SobanSA
Multiplication Table With While Loop
|
|
[3 replies] Last: @nerdpwn, thanks for your help. I will not forget this now. :) BTW I d... (by SobanSA)
|
by Sarah409
Why is my output giving garbage values?
|
|
[6 replies] Last: @TheIdeasMan thanks for ur advice but as to your questions, all of th... (by TheIdeasMan)
|
weird "empty" character |
|
[1 reply] : I'd like to see your code. BTW, I dig your handle! (by koothkeeper)
|