by elite zero
something simple??
|
|
[7 replies] Last: Here we are: #include <iostream> #include <fstream> #include <strin... (by elite zero)
|
Project one - Sequencing numbers |
|
[10 replies] Last: I talked to my teacher and he was impressed but the fibonaci sequence ... (by CrimsunwolfXIII)
|
by NUNU77
LineUp C++ what I have so far
|
|
[no replies]
|
Please help im so lost and very new. |
|
[1 reply] : I kind of cleaned your code up for you :) Let me know if you need anyt... (by coltehrman)
|
by shadowCODE
pass data from one class to another
|
|
[1 reply] : On the face of it, it seems like it should work (assuming you have get... (by Zhuge)
|
by Logan S
issue with functions
|
|
[2 replies] Last: #include <iostream> #include <stdlib.h> using namespace std; float en... (by Logan S)
|
by jolive5
Random Grade Generator(while, for loops, if else if)
|
|
[3 replies] Last: Thanks, i fixed the what MiiNiPaa pointed out and the numeric grade ca... (by jolive5)
|
by tblade10
Help me out please im havving issues.
|
|
[1 reply] : x and y are both integers, so dividing them yields an integer. You'll ... (by Zhuge)
|
by Beauzel
Help WIth program for class
|
|
[3 replies] Last: Thank you. (by Beauzel)
|
by TarikNeaj
How do I create an object inside another class?
|
|
[2 replies] Last: That is exactly what I have been looking for, but I couldnt find any i... (by TarikNeaj)
|
by Magnes34
I need help here can someone be of assistance.
|
|
[4 replies] Last: Line 9 declares this function: void add_values (); and line 55 calls... (by dhayden)
|
by kathay14
void functions
|
|
[5 replies] Last: if (gameNumber = 1) playGame1(); if (gameNumber = 2) playGame2(); Yo... (by dhayden)
|
by siriusly
How to restart loop again?
|
|
[7 replies] Last: title: how to restart loop again? restarting means you started the ... (by closed account 1CfG1hU5)
|
by kathay14
Play Again
|
|
[2 replies] Last: int main() { int gameNumber = 0 cin >> gameNumber; if(gameNumber==1) ... (by anup30)
|
by Setzer
Comparing a string to an int
|
|
[1 reply] : You can use the length() member function to get the length of the stri... (by Peter87)
|
by Magnes34
[b]Need help quickly please[/b]
|
|
[2 replies] Last: So what would I put as the argument for line 53 to get it to call up t... (by Magnes34)
|
by avadhootp
Need help with pointers
|
|
[2 replies] Last: I get it now. Thanks. (by avadhootp)
|
by Observer
parseToNumbers by std::regex
|
|
[2 replies] Last: Thank you! And sorry for my example above. It doesn't work: #includ... (by Observer)
|
Need Help with debugging |
|
[3 replies] Last: Thanks guys! Problem fixed. I guess it's a rookie mistake, but I am ne... (by IvanErlic2000)
|
by Nielyboyken
Opening a website from C++
|
|
[6 replies] Last: ^It only doesn't file this header: #include <QDesktopServices> (by Nielyboyken)
|