i am still not getting the drift |
|
[4 replies] Last: int tempArt; int tempEnglish; int tempMusic; double avg = (tempArt + ... (by MikeyBoy)
|
by DBBJAF
converting BYTE to STRING
|
|
[6 replies] Last: yes indeed,it's work with your guide thank you again JLBorges (by DBBJAF)
|
findLowest not returning the lowest. highest screwy too |
|
[3 replies] Last: I think so, I took the else out of those statements so each on would t... (by BonsaiSuperstar)
|
by bobpit
use a "permanent"/"static" variable in a DLL?
|
|
[6 replies] Last: You should have learned about std::vector before learning about plai... (by LB)
|
by MisterWHite
Very simple question
|
|
[3 replies] Last: It is used to say if any swaps took place in the for/next loop. If no ... (by CodeWriter)
|
by Josephreak
Machine-Level Representation of the Built-in Types
|
|
[6 replies] Last: Thanks everyone, it's clear now. (by Josephreak)
|
by treefitty
Predicting outcome of rand() at 'x' iterations ahead?
|
|
[4 replies] Last: For leap ahead in logarithmic time, see '3.2 Leap Ahead For Linear Co... (by JLBorges)
|
by targaryen
replacing character by a variable in a string.
|
|
[11 replies] Last: Part of the reason why I said the code from JLBorges was a Nice remin... (by Gamer2015)
|
by cquirarte11
Need help to output data
|
|
[1 reply] : Hey, in order for people, including me, to help you better, could you ... (by Pratik K)
|
by Hcode91
Sorting numbers in ascending order
|
|
[2 replies] Last: Ah yes it is. Got that part of the question mixed up, apologise for th... (by Hcode91)
|
by StillLearnin
Finding Highest and Lowest
|
|
[3 replies] Last: To my non-expert eyes both functions look workable. :) (by closed account E0p9LyTq)
|
by StillLearnin
Getting a value between functions
|
|
[1 reply] : Use your calcScore() function to call other functions, such as findLow... (by closed account E0p9LyTq)
|
by eons93
Bool function help.
|
|
[no replies]
|
by InnominateHF
multiple if statement criteria?
|
|
[4 replies] Last: You are more than welcome, I know how being a real beginner learning C... (by closed account E0p9LyTq)
|
by Austin2015
Beginner in C++ and need an explaination of basic topics and words
|
|
[2 replies] Last: I'm knew too, but I recommend downloading Code::blocks. It is an IDE w... (by InnominateHF)
|
by allenanaima1
rand question
|
|
[1 reply] : You need to call srand() in main or something. The key is to only call... (by TheKingOfTyrants)
|
by ctaylor4874
How to delete data from array.
|
|
[1 reply] : If you are looking for the ability to delete cleanly array elements yo... (by closed account E0p9LyTq)
|
by stav
can you make something smaller than 1 byte?
|
|
[3 replies] Last: Peter87, excellent reference. Thanks for pointing it out so I can pee... (by closed account E0p9LyTq)
|
C++ Class to stop Console Close Down |
|
[6 replies] Last: Agreed. It's how I learned until I took some 300+ level university cou... (by Duthomhas)
|
by ctaylor4874
How to overrite a .txt file
|
|
[8 replies] Last: Ok, I figured it out. I didn't realize it was as easy as kevinkjt exp... (by ctaylor4874)
|