Groups
Groups
Sign in
Groups
Groups
C++ GCU Forum
Conversations
About
Send feedback
Help
C++ GCU Forum
1–30 of 90
Mark all as read
Report group
0 selected
Andres Com
,
zoso
3
5/24/24
Arrays SETTER & GETTER
Thank you so much... El jueves, 23 de mayo de 2024 a la(s) 2:00:55 pm UTC-5, zoso escribió: Your line
unread,
Arrays SETTER & GETTER
Thank you so much... El jueves, 23 de mayo de 2024 a la(s) 2:00:55 pm UTC-5, zoso escribió: Your line
5/24/24
Sung Jun Hwang
,
William Fynn
2
7/20/23
Failed to find configure executable for cppunit
You are right, Sung, the files have been updated at URL. On a Mac, you could use homebrew to install
unread,
Failed to find configure executable for cppunit
You are right, Sung, the files have been updated at URL. On a Mac, you could use homebrew to install
7/20/23
Supun Chamara Ranasingha
, …
Tejas
3
7/16/23
Just want to understand c++ basics cleary
Brother - Youtube is one of the greatest resources online to learn C++. From university lectures to
unread,
Just want to understand c++ basics cleary
Brother - Youtube is one of the greatest resources online to learn C++. From university lectures to
7/16/23
Sung Jun Hwang
7/15/23
Understanding composer and database problem
Has anyone understood the following instruction on composer and database assignment? // The default
unread,
Understanding composer and database problem
Has anyone understood the following instruction on composer and database assignment? // The default
7/15/23
ALONSO MANUEL PEREZ GUANILO
,
Jai Bhardwaj
2
5/28/23
Get input example
Can I get the screenshot of the error that you are getting? In the if condition we are trying to get
unread,
Get input example
Can I get the screenshot of the error that you are getting? In the if condition we are trying to get
5/28/23
Salome Shunamon
, …
Aakash Modi
3
2/27/23
Learning to count through steps and read the math flow
What you guys are actually searching for can you elaborate the problem for better understanding. On
unread,
Learning to count through steps and read the math flow
What you guys are actually searching for can you elaborate the problem for better understanding. On
2/27/23
Ayubu Zuberi
,
103 Md Fayez Anwar
3
2/4/23
Question
A typo in Step 5, it should 5. If N is greater than 0, go to step 3. Otherwise, go to step 6. On
unread,
Question
A typo in Step 5, it should 5. If N is greater than 0, go to step 3. Otherwise, go to step 6. On
2/4/23
muhammed sahil
,
Raptor
2
5/24/22
going for infinite loop. not able to find the error.
There are 2 errors. 1. for (int j = 0; j < 4 - i; j++) //for the spaces. You have initialised (
unread,
going for infinite loop. not able to find the error.
There are 2 errors. 1. for (int j = 0; j < 4 - i; j++) //for the spaces. You have initialised (
5/24/22
Goktug Erol
,
William Fynn
3
10/20/21
Arranging Array elements in ascending order
We can improve on the approach above, using std::map which holds data in ascending order. Creating a
unread,
Arranging Array elements in ascending order
We can improve on the approach above, using std::map which holds data in ascending order. Creating a
10/20/21
David Caul
9/7/21
Hint: to understand code better
Hi All, what do you think? what are the better way to understand the other developer code. br david
unread,
Hint: to understand code better
Hi All, what do you think? what are the better way to understand the other developer code. br david
9/7/21
The Svara
,
William Fynn
2
8/26/21
Arachnophilia
Kindly use this format: gcc <input_file.cpp> -o <output_file> where <input_file.cpp
unread,
Arachnophilia
Kindly use this format: gcc <input_file.cpp> -o <output_file> where <input_file.cpp
8/26/21
The Svara
,
William Fynn
7
8/26/21
How to setup the compiler
I am doing well; It is nice to hear you did it, keep it up... On Thursday, August 26, 2021 at 8:42:24
unread,
How to setup the compiler
I am doing well; It is nice to hear you did it, keep it up... On Thursday, August 26, 2021 at 8:42:24
8/26/21
David Caul
,
William Fynn
3
8/23/21
[Hint] to Covert the existing c code to C++ how to starts
thanks willian, just to know for team here or all developers , that if we have large code base in . c
unread,
[Hint] to Covert the existing c code to C++ how to starts
thanks willian, just to know for team here or all developers , that if we have large code base in . c
8/23/21
Shaker Ameen Abdo Yahya
,
The Svara
2
8/20/21
Is there a certificate after completing the course?
No if you are asking about C++ there is no certificate as far as I know. Thanks On Sunday, August 8,
unread,
Is there a certificate after completing the course?
No if you are asking about C++ there is no certificate as far as I know. Thanks On Sunday, August 8,
8/20/21
Yamini Singh
, …
Santo Khan
3
6/22/21
I just cannot understand loops
Thank you. On Sun, 20 Jun 2021 at 16:17, Shobhit Singh <itski...@gmail.com> wrote: It is
unread,
I just cannot understand loops
Thank you. On Sun, 20 Jun 2021 at 16:17, Shobhit Singh <itski...@gmail.com> wrote: It is
6/22/21
fe ding
5/9/21
I do not know why my code is wrong, its just not right!
Here is the question I am trying to solve: There are a number of N students in open judge, and each
unread,
I do not know why my code is wrong, its just not right!
Here is the question I am trying to solve: There are a number of N students in open judge, and each
5/9/21
Jahid Hasan
, …
mr N
5
1/24/21
looping condition
thank you very much On Sun, Jan 24, 2021 at 4:03 AM zoso <icun...@gmail.com> wrote: Hello
unread,
looping condition
thank you very much On Sun, Jan 24, 2021 at 4:03 AM zoso <icun...@gmail.com> wrote: Hello
1/24/21
namans...@gmail.com
,
zoso
2
11/2/20
#define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); whats this mean??why ios???
IOS is a macro. Macros are simple text expansions. As in the above example, you can see that
unread,
#define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); whats this mean??why ios???
IOS is a macro. Macros are simple text expansions. As in the above example, you can see that
11/2/20
Ivan Opushkin
, …
zoso
4
11/2/20
Hello, what kind of projects did C++ Google developer is working with, any examples?
One of the examples is the Android Operating System Framework. There's a lot ( and I mean a lot!)
unread,
Hello, what kind of projects did C++ Google developer is working with, any examples?
One of the examples is the Android Operating System Framework. There's a lot ( and I mean a lot!)
11/2/20
Tanupriya Rajput
, …
Bansill Creationz
3
10/29/20
Array as function parameter
I am new to this program so couldn't no any of these programs so If you are from the starting of
unread,
Array as function parameter
I am new to this program so couldn't no any of these programs so If you are from the starting of
10/29/20
SALEH ABUSALAH
, …
zoso
3
10/29/20
please help me to build this program
Could you share what you've tried? Where exactly are you stuck? On Tuesday, September 10, 2019 at
unread,
please help me to build this program
Could you share what you've tried? Where exactly are you stuck? On Tuesday, September 10, 2019 at
10/29/20
Aram Dovlatyan
8/15/20
maggie's farmer solution can be optimized more
Hi everyone, In example 5: math puzzles at page https://developers.google.com/edu/c++/getting-started
unread,
maggie's farmer solution can be optimized more
Hi everyone, In example 5: math puzzles at page https://developers.google.com/edu/c++/getting-started
8/15/20
Haroon khan
, …
Ruthesh Muniraj
5
5/4/20
IDE
Studio Code will be great. If you are coding on windows this is little thing to do for get your code
unread,
IDE
Studio Code will be great. If you are coding on windows this is little thing to do for get your code
5/4/20
vishwas parashar
, …
jimmy M
12
5/3/20
best book for c++
I would highly recommend Sam's teach yourself c++ Sam's teach yourself c++ in one hour a day
unread,
best book for c++
I would highly recommend Sam's teach yourself c++ Sam's teach yourself c++ in one hour a day
5/3/20
Dark Cyber
,
Hawa Abdirashid
2
3/22/20
C++ Programming #1
On Thursday, February 27, 2020 at 1:17:57 AM UTC+3, Dark Cyber wrote: #include<iostream> using
unread,
C++ Programming #1
On Thursday, February 27, 2020 at 1:17:57 AM UTC+3, Dark Cyber wrote: #include<iostream> using
3/22/20
James Olneyjr
3/2/20
styl05 galaxy apple android ios mac Dell windows yes++__no yo Motorola Droid
unread,
styl05 galaxy apple android ios mac Dell windows yes++__no yo Motorola Droid
3/2/20
Wanda Shotsberger Gray
12/26/19
Registration
Is there a registration necessary for these courses? I saw where there quizzes. Who grades them? I
unread,
Registration
Is there a registration necessary for these courses? I saw where there quizzes. Who grades them? I
12/26/19
Adrián Zangla
, …
José Alfredo Pinto Villamar
3
3/7/19
Setting up to compile C++ on Windows
Did you add all the packages, maybe you missed one. Also, remember to set Environment Variables on
unread,
Setting up to compile C++ on Windows
Did you add all the packages, maybe you missed one. Also, remember to set Environment Variables on
3/7/19
xur19...@gmail.com
2
12/4/18
i want to learn c++
study 在 2018年12月4日星期二 UTC+8下午5:51:31,xur19...@gmail.com写道: thx
unread,
i want to learn c++
study 在 2018年12月4日星期二 UTC+8下午5:51:31,xur19...@gmail.com写道: thx
12/4/18
ruthvik sarma
,
Muhammad Haroon
2
11/20/18
Hello sir
you can learn C++ from Bucky Robert a youtube channel named newboston. Virus-free. www.avast.com On
unread,
Hello sir
you can learn C++ from Bucky Robert a youtube channel named newboston. Virus-free. www.avast.com On
11/20/18