by surajcpp123
Opening and running standalone win32 exe's with c++
|
|
[1 reply] : system() Not the best idea. Better look into WinAPI. turbo c++ 4.5 ... (by MiiNiPaa)
|
by ami1234
Generate random number
|
|
[4 replies] Last: Unbiased scaling of random numbers is somewhat tricky. MiiNiPaa's sug... (by JLBorges)
|
by season
msoftcon.h
|
|
[1 reply] : #include "msoftcon.h/*for Graphics FunctioONs*/ That line is dodgy.... (by ausairman)
|
can we convert this int o a program using functions? |
|
[2 replies] Last: The obvious candidate for a separate function is this: for(i=1;i<=n;+... (by Chervil)
|
by fercascue
LONG64* value
|
|
[2 replies] Last: Awesome!! Thanks cire! Best regards. (by fercascue)
|
counter |
|
[2 replies] Last: ok. i did identify it. but the function eliminate, how do i write it? (by Elianeasmar9997)
|
by Aalnius
Template help
|
|
[4 replies] Last: wow major brainfart on my end guys i totally misread what i needed to ... (by Aalnius)
|
by Felicia123
Why i cannot create third variable
|
|
[4 replies] Last: You should really have a private member: static const unsigned SIZE ... (by TheIdeasMan)
|
Can't understand why I'm getting a segmentation fault inside these for-loops |
|
[1 reply] : And what is your logic for line 17? Can you do this: for (int i = 0... (by TheIdeasMan)
|
by omiexstrike
C++ Fibonacci Almost done, Just need 1 more thing to add.
|
|
[2 replies] Last: Thanks a lot ami. I used int main() and then replaced all ints with do... (by omiexstrike)
|
by Jake Jung
Input/output files help.
|
|
[1 reply] : for(int i = 1; i < word2.size(); i++) Indexes starts from 0: for(in... (by MiiNiPaa)
|
Templatizing Overloaded Operators |
|
[4 replies] Last: Thanks a ton, Disch :) @abhishekm71 whoops, I didn't mean that to be ... (by LeafyCircuits)
|
counter controlled loop to open 3 files |
|
[4 replies] Last: idnumber is an int, grade is a double. When you run into "Honors" stri... (by MiiNiPaa)
|
by mrtyson86
ok i almost have this solution but i need help
|
|
[2 replies] Last: This code might help you.. #include<iostream> using namespace std... (by vintho)
|
by james116
Find the largest palindrome made from the product of two 3-digit numbers.
|
|
[5 replies] Last: @James116 Excellent. Same as I got. I even print out the a and b vari... (by whitenite1)
|
by Ownst
Error converting double to double @ k = c
|
|
[2 replies] Last: I just realized that when I rewrote my code in haste for this small po... (by Ownst)
|
by AncientHar
SDL Screen flashes then goes away:
|
|
[no replies]
|
by RadCod3Win
Extracting integers from txt file
|
|
[no replies]
|
by zeak
LEAST EXIT - ALGORITHM?
|
|
[3 replies] Last: oohhhh... ok http://en.wikipedia.org/wiki/Knight's_tour#Finding_tours_... (by closed account Dy7SLyTq)
|
by hacknayan
need help on this program
|
|
[3 replies] Last: the best thing i can think of is sfml. although www.thefreecountry.com... (by closed account Dy7SLyTq)
|