by alhenry92
Dev-C++ Button Commands/Events?
|
|
[3 replies] Last: you could either use http://msdn.microsoft.com/en-us/library/ms682425(... (by hamsterman)
|
Can't pass a string to a constructor |
|
[1 reply] : In your implementation you are defining a new function, not the constr... (by sadavied)
|
by appnerd
Question about function arguments...
|
|
[2 replies] Last: appnerd means int mul( int a, int b ) { return a * b; } ... (by jsmith)
|
by Mubarak
?Trying to print out the factorial (n!) process
|
|
[7 replies] Last: That works. The solution we were hinting at was this: for (i = ... (by jsmith)
|
by aquafina
Dynamic Variable Declaration
|
|
[1 reply] : Use a vector. (or if you have to, an array) (by firedraco)
|
by Touchstone
Non-in-place Merge Sort (maybe)
|
|
[12 replies] Last: Here's my code in case someone else needs to do a merge sort this way:... (by Touchstone)
|
by ts1000
time
|
|
[1 reply] : http://cplusplus.com/reference/clibrary/ctime/ (by kevinkjt2000)
|
Problem with one of my functions |
|
[no replies]
|
Encountering problem with my array |
|
[4 replies] Last: Just fixed this by moving cin >> Scores ; from line 74 down to line... (by Gentleman1013)
|
by WillMalina
Pankcake Array problem
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; int p... (by WillMalina)
|
by tlcummin
Having trouble with a percentage
|
|
[1 reply] : code tags. It is infanately easier to read/diagnose with code tags. ... (by kernalSeiden)
|
by bennyb20
reading input text problems
|
|
[2 replies] Last: Thank you so much. I wished I found this site earlier in my C++ class.... (by bennyb20)
|
by miatech
filling a struct from a text file
|
|
[10 replies] Last: this is how I tried calling it: declaration: void getData(employee... (by miatech)
|
by mirauta
class object as argument to member function
|
|
[7 replies] Last: I got the ideea with the constructor even if I don't see why I have ... (by Moschops)
|
by dmitriylm
Multiplying two integer arrays
|
|
[1 reply] : int carry=0; int prod,i,j,rem; int base=10; else if ( op == '*' )... (by dmitriylm)
|
by thenewguy
Button Click-> Directory search?
|
|
[12 replies] Last: Thanks, last question is if the statement should look like this: ... (by thenewguy)
|
by TNT
This problem made me confused
|
|
[5 replies] Last: You don't understand, if it simply multiplies two numbers it's complet... (by ultifinitus)
|
by Jawsh
How to automatically create variables???
|
|
[13 replies] Last: @chrisname: The actual arraysize function is this: template <ty... (by Disch)
|
by aquafina
C++ Maps Word Count
|
|
[2 replies] Last: Thank you. Stringstream is what I was looking for :) (by aquafina)
|
by molma100
I think its bad rendering...
|
|
[5 replies] Last: i have tried with their cube and the game instantly crashed..... ... (by molma100)
|