48,985 Topics

Member Avatar for
Member Avatar for Schol-R-LEA

[Ranged Numeric Types in C++](https://github.com/Schol-R-LEA/Ranged-Numeric-Types-for-CPP) I've started writing a simple template class for automating range checking in specialized numeric types, inspired by the ranged types in languages such as Pascal and Ada. At the moment it is mainly meant for integer types, though I've made it flexible enough that it …

Member Avatar for rproffitt
0
262
Member Avatar for exploretech
Member Avatar for spg_gd

i want to full source code for attendance capturing such as In and out time, total hours, odd and even punch so pls Any one help me....

Member Avatar for Reverend Jim
-1
29
Member Avatar for Austin_11

Need help, been stuck on this the past couple days i dont really understand how to get my code to read from my file and count each occurence of a letter wheter they are uppr or lower case and output them to a file, just need help with the counting …

Member Avatar for rproffitt
1
50
Member Avatar for najiawad0

I'm 11 years old and I'm absouloutly LOVE programming. I'm learning C++, but I heard that C++ is used for creating games. Where can I learn game development online for free.

Member Avatar for NehaPande
0
710
Member Avatar for Braxy

Jaluh is making a room inventory in the Hostel where she is working. They have 16 rooms labelled as A-P. She is doing this manually that it will consume more time. Make a program that will automatically be identified if the room is taken or not. An array code.. ANYONE …

Member Avatar for Schol-R-LEA
0
167
Member Avatar for tyresebro1

I am currently a web developer and its the only thing I am good at in many fields of software development/programming. When starting as a web developer you should learn the three building blocks of web development such as HTML, CSS and JavaScript and also some server side language like …

Member Avatar for NehaPande
0
144
Member Avatar for Ashton21

Write a return function called averageFourTemperatures that accepts 4 integers in the parameter list, returns the average. In the main function prompt the user for 4 temperatures and them in separate appropriately named variables. Call the averageFourTemperatures, passing values and printing the returned average to the console.

Member Avatar for toneewa
0
226
Member Avatar for Ashton21

The purpose of the program is to tell the user that the weekly salary is in on of three ranges, less than 200, between 200 and 800 and greater than 800. I need help knowing the error/s and need to add and use one additional preprocessor directive that might help …

Member Avatar for toneewa
1
169
Member Avatar for dummyjy0*_08

hi, I'm miah and i need help for a project. our task is to create a program that will ask user a positive integer until the user inputted a non-positive number or 0 and then display the product of all positive inputs. Use the following function prototypes. int accept_number();, bool …

Member Avatar for toneewa
0
45
Member Avatar for bdl365

I am having difficulties writing the program. the program should ask user for a positive integer and print a factorial table. for example - Give me a positive integer: 5 1! = 1 = 1 2! = 2 x 1 = 2 3! = 3 x 2 x 1 = …

Member Avatar for Muhammad_331
0
2K
Member Avatar for kasmar45

Yes I finally decided to continue on with my programming efforts. I would like to be able to refer to myself as a master programmer, but I may not have that much time, after all I am almost 80 years old. Right now I'm delving into C++ and finding it …

Member Avatar for john_111
4
293
Member Avatar for Vandiun

What does the `explicit keyword` in C++ mean? I've read many articles about the same from [Scaler](https://www.scaler.com/topics/cpp/keywords-in-cpp/), GFG, Stackoverflow, and Wikipedia but I'm still confused. Can someone help me out?

Member Avatar for Reverend Jim
-1
45
Member Avatar for isyae

hi guys, i dont know why when i run the code, its shows my txt is not found, here i attached the txt.file and the coding :) i just follow the coding in the example that lecturer given, but yeah as i mentioned before, the txt cannot be found :( …

Member Avatar for toneewa
0
84
Member Avatar for isyae

i already done the scores for each round, i dont know how to calculate the scores for all round, can u help me to solve this? #include <iostream> #include <cstring> #include <fstream> #include <iomanip> #include <ctime> #include <cstdlib> using namespace std; //Global variable const string cardfile=("cards.txt"); //Function Prototypes void readCards(); …

Member Avatar for isyae
0
55
Member Avatar for Clinton_3

I'd like to start learning how to program. I have limited skills in SQL and DOS. I need to learn how to code in a proprietary language that is similar to VB. How do I get started? What's a good code bootcamp recommendation? VB, SQL, C++

Member Avatar for pritaeas
0
50
Member Avatar for isyae

how to solve no 2 problem? i dont know how to do that, someone please help me :( ![Screenshot_(146).png](https://static.daniweb.com/attachments/4/f137f737ff1b4a1f20895f08f9246695.png)

Member Avatar for isyae
0
99
Member Avatar for chenbaoqing
Member Avatar for vasanthij91

Hi … wen I launch turbo c window for the first time it opens only status window… can someone help me on tis

Member Avatar for stevenbc
0
98
Member Avatar for Vandiun

Hello, my name is V, and I'm a Prolific Java programmer with 4+ years of experience and a solid background in RESTful and JSP development. OddPointer is looking for efficient programming. In recent years, I have built an average of 10+ native Java apps per year.

Member Avatar for pritaeas
0
17
Member Avatar for 3cats

I have read some threads on this warning and I understand what the warning is and there have been suggestion on how to get around the warning, but how do you code it correctly not to get the error? In my class we are studing namespace,typedef, string functions the assignment …

Member Avatar for Mahim_1
0
2K
Member Avatar for Tomi1988

Hi! I am not too expert in C++ programming. I created a class (Pig), then I created an object (Jack the Pig). In the function Kill, I call the destructor, but it doesnt't "kill" (destroy) my Jack the Pig, because in the next line, I can feed him. So my …

Member Avatar for S_915
0
4K
Member Avatar for Mercy254

Create a program that displays the result of a sales transaction. The calculation requires three numbers. The first number represents the product price. The second number is the salesperson commission. These two numbers should be added together. The third value represents a customer discount; subtract this third from the result …

Member Avatar for Reverend Jim
0
63
Member Avatar for heylol

Hey can someone please tell me how to assign keys to buttons, I tried with a code but it only works once or it only works when I have to press the button on the screen and then use the key but it only works once Can someone please help …

Member Avatar for rproffitt
0
53
Member Avatar for Navarro_1

I'm making a book system, although I'm stuck. My goal is to let a user input again after the user inputs. ex. User inputs Book 1 then User wants to input another and make it Book 2. Also, I want to let the user return to the main menu if …

Member Avatar for rproffitt
0
89
Member Avatar for katara11

hello everyone , i have a code for selection sort and i wanna modify it to give me a running time , any help?

Member Avatar for Dani
0
56
Member Avatar for सुभाष
Member Avatar for rproffitt
0
36
Member Avatar for Khairunnisa_2

I need to do c++ programming without using array and function.please help me.i attach file below.

Member Avatar for Hanyin
1
280
Member Avatar for Yazeed_2

> This is the code for reading from a txt file, but creating a code for writing into a txt file that goes along with this reading code is pretty difficult and am looking for any ideas that can help me in implementing this using linked list along with txt …

Member Avatar for rproffitt
1
112
Member Avatar for palash889

The End.