Beginners - December 2016 (Page 15)

How To Delete Specific Data From Text File Without Using Vectors
 
How To Delete Specific Data From Text File Without Using Vectors For Example Text File Data 12345 Muhammad Salman 12346 Waleed Karam 12347 Hamza Riz...
[4 replies] Last: ty @chervil you are best (by bird1234)
Is there any way for b to change pozition ?
 
Is there any way for b to change pozition ? Is there way for ID to change with Finish ? like finis ID 8 2 7 7 6 8 5 6 4 3 3 ...
[1 reply] : There are two arrays, what you do to one, you must also do to the othe... (by Chervil)
Show up in work
 
I got arry of Monday Thusday Wendsday Thursdau Friday Sonday Satrday evry one is arry 1 8:00 8:00 4:30 8:00 8:00 0:00 8:00 2 8:00 8:00 4:30 2:...
[9 replies] Last: for (int i =0; i < velikost2; i ++) { int x = 0; ... (by Jakubaz)
Finding the closest city problem. c++
 
Hello, everybody. I am new to C++ and I'm struggling with a question. The question is about find the closest city to the given coordinates (x=41.404974; y=19....
[5 replies] Last: Yes, it was acceptted. Thank you again. (by orges13)
display 00
 
Is there any way to display 00 ? reference 1 8:00 8:00 4:30 8:00 8:00 0:00 8:00 2 8:00 8:00 4:30 2:30 7:00 0:00 8:00 3 8:00 4:30 8:00 2:30 6:00 0:00 8:00...
[3 replies] Last: #include <iostream> #include <iomanip> using namespace std; int mai... (by gunnerfunner)
Not Understanding The Question
 
I have a assignment and got confused on this problem any tip how to solve this Call a method named printCol that will print the contents of the col number...
[8 replies] Last: @personxdi ty for replaying to my problem (by bird1234)
Functions
 
What is a function? How do I create one?
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/functions/ (by mbozzi)
Checking equality for Characters
 
I need to check whether a variable is equal to a character. is that okay? //Modify the previous program such that only the users Alice and Bob are greeted w...
[9 replies] Last: @Natako, if you think that is required, then by all means make it so. ... (by closed account E0p9LyTq)
by Hengry
Overload == operators to compare the pointer objects
 
I have to make an overload== operator to check if I already have a song in my library. This is what I have, but it's not correct. I was thinking maybe the const...
[4 replies] Last: @gunnerfunner Alright thanks I think I get the general idea of how st... (by Hengry)
While
 
Hello. How can I create wihle for this ? void plat (Pracovnici pracovnici , CAS cas , int velikost) { int CelkoveHodiny = 0; int CelkoveMinuty = 0;...
[1 reply] : Use modular arithmetic and assuming minutes are integers for simplicit... (by closed account 48T7M4Gy)
by Meg Li
Is this function wrong? (linked list)
 
Write your question here. Below is a function to delete the linked list. I think the last row of it is wrong and should be "current=nullptr", because head has ...
[3 replies] Last: I think the last row of it is wrong and should be "current=nullptr" ... (by Chervil)
cant get level up system fuctioning any suggestions please
 
i'm new too programming and i can't get it too add levels too track experience and increase levels #include <iostream> #include <string> #include <sstream>...
[6 replies] Last: i fixed the issue and will post the code for others too see thank you ... (by jvjokoty)
Infinite parameters
 
How I can rest of the params? I did like this, I want to cout every element #include <iostream> using namespace std; void badasscout(int k...) {...
[11 replies] Last: #include <iostream> namespace cpp17 // requires c++17: uses fold exp... (by JLBorges)
by mcp123
Adding numbers to a 2D array with no duplicates
 
For a module in college I have to make a game. I don't have much experience with coding but basically the game is a 3x3 board, with numbers 0-8 and they are ini...
[1 reply] : You don't want random numbers . You want numbers 0-8. One of each. W... (by keskiverto)
Circle coodinates using GUI
 
What would be the necessary steps if I wanted to make a random number of circles within a circle? #include "Simple_window.h" // get access to our window ...
[7 replies] Last: [quote=CelestialX]Is there any way we can ensure that the circles with... (by integralfx)
C++ Program not compiling
 
Hello all, I am having issues with a specific task with writing a C++ Program. Any help on what is needed would be greatly appreciated. The feedback that I...
[12 replies] Last: I believe that your @lastchance is working for me! I am going to try t... (by mirhodes)
Error deleting an object
 
halo guys i have a question, why i have error in my deconstructor if i have 2 mode. if i only have CocktailSimulator* cocktailSimulatorOBJ = new CocktailSimu...
[2 replies] Last: hi ne555 this is my CocktailMachine.h by the way that 3 variables for... (by mustain5)
Confused on what it is telling me
 
Exception thrown: write access violation. _Left was 0xCCCCCCCC. If there is a handler for this exception, the program may be safely continued. what does t...
[1 reply] : It looks like you're accessing your arrays out of bounds. You have def... (by jlb)
What does this mean
 
Exception thrown: write access violation. _Left was 0xCCCCCCCC. If there is a handler for this exception, the program may be safely continued. What does t...
[2 replies] Last: thanks wildblue but now im getting this before it even opens in consol... (by skylepete)
It not works, idk why
 
Hello there, i have a game by me, its sort of an snake, but simplyer and it wont work from line 117, why? Thanks in advance, i use Code::Blocks 16.01, i hope i ...
[no replies]
December 2016 Pages: 1... 1314151617... 28
  Archived months: [nov2016] [jan2017]

This is an archived page. To post a new message, go to the current page.