by Blazinteen
eular problem 3
|
|
[15 replies] Last: The square root reduces the search range for the smallest factor consi... (by lastchance)
|
by Guido
AddObject floating point value
|
|
[2 replies] Last: Sorry, that only works with integers. (by Guido)
|
by adam2016
finding duplicates in a string
|
|
[9 replies] Last: thanks guys :) (by adam2016)
|
Full score counter in for loop |
|
[5 replies] Last: @newprogrammergirl - Often people make a separation between the obtain... (by icy1)
|
by abhee1996
Repetition Structures
|
|
[4 replies] Last: have you seen the % operator? This is effectively remainder from elem... (by jonnin)
|
by maturita2
maturita-ico
|
|
[1 reply] : Hello maturita2, PLEASE ALWAYS USE CODE TAGS (the <> formatting butto... (by Handy Andy)
|
by maturita2
maturita-auto
|
|
[no replies]
|
by Guido
TStringList AddObject
|
|
[2 replies] Last: Thanks for looking into this. When I try: StringList1->AddObject("John... (by Guido)
|
Need help with char type usage |
|
[7 replies] Last: As a final reply Thanks everybody for the little bits of help and dha... (by AsbestosRemovalService)
|
by CGunn86
Header file inclusion question
|
|
[4 replies] Last: @tpb Alright, good to know. Thank you! (by CGunn86)
|
by Gore7
xtra complicated stringstream/istringstream (Please answer)
|
|
[7 replies] Last: @gore7, The actual format for each triad is i/j/k where i, j, k are in... (by lastchance)
|
by lalaland5
C++ programing question
|
|
[7 replies] Last: Thank you all for your responses. *keskiverto* you are right. The pro... (by lalaland5)
|
by LmaverickD
BlackJack game OOP for Final
|
|
[9 replies] Last: I add House.cpp #include "House.h" #include "Card.h" #include <iost... (by LmaverickD)
|
by AlexPlanks
Cannot figure out how to make the program run properly
|
|
[1 reply] : Your while loop has an extraneous semicolon at the end of the conditio... (by tpb)
|
by Thesar
Initializing template classes
|
|
[10 replies] Last: Yes. And UserInterface.cpp needs to be in UserInterface.h. But like I ... (by tpb)
|
by NathanA
Problems with function overload
|
|
[2 replies] Last: There are a lot of problems here. 1. lines 30-39 and lines 48-58 are i... (by icy1)
|
by TudorIrinel
How can i cout it ?
|
|
[2 replies] Last: In windows at least, the solid and semisolid rectangle are characters ... (by jonnin)
|
by Yeyk
Kaprekar in C++ ?
|
|
[6 replies] Last: [quote=icy1]You have a small bug because you didn't 0-pad the next str... (by lastchance)
|
by Searay310
function initializing
|
|
[4 replies] Last: I just finished while you typed, sorry I was editing my post above. t... (by jonnin)
|
by stormbot
Easiest way to put these totals into ascending order?
|
|
[5 replies] Last: fuller example based on some of your methods: #include <iostream> #in... (by icy1)
|