Beginners - October 2013 (Page 74)

assignment help
 
Finds all the occurrences of letter ‘a’ in the input array and replaces it with ‘o’. is kay liya condition kiya ho gi......below is code in which this...
[1 reply] : plz replyyyyyy (by awais rana)
by nisa
bakery coding
 
help me. I don't know what's wrong with my coding. I am new to c++ programming #include<iostream> #include <cctype> #include <cstdlib> #include <iomanip> ...
[1 reply] : indent your cpde and use code tags, the <> symbol... (by lockandstrike)
by ikaa
Problem with output
 
Hi, i am new to programming and i have a problem with my programe #include <iostream> #include <iomanip> #include <string> using namespace std; cla...
[3 replies] Last: OMG! thanks guys... i was scratching my head for the past few hrs abou... (by ikaa)
gas lab
 
Problems with illegal cases #include < iostream> # include <iomanip> using namespace std; double REGULAR_RATE = 3.899; double MID_RATE = 3.999;...
[11 replies] Last: thanks so much!! (by nmindley)
by Nebur
Store strings in a vector w/o push.back instruction
 
Hi everybody, I am working on a program and i need to be able to store an undefined amount of strings that will be introduced by the user in a vector without...
[12 replies] Last: Why are you bending the std::vector class? It wasn't designed for th... (by Josue Molina)
link list
 
I am trying to wtite a programme for link list using class.I don't know the the error in deleting in the fuction del1 in the class linklist . Please check the e...
[7 replies] Last: Please see this link for information specific to code::blocks: http://... (by closed account o3hC5Di1)
by Cas39
Error
 
Hi, I am trying to compile my programme and am getting these messages: [Linker error] C:\Users\Computa\AppData\Local\Temp\cccyJKCZ.o:Menu - Convert Tempera...
[4 replies] Last: Hi Nwn, I think it was caused when I copy and pasted my previous bloc... (by Cas39)
Need help with program storing multiple arrays/structs of student info
 
This is a program for cert 4 where you enter info about a student to a struct and some calculations are made. I'm trying to figure out how to store and outpu...
[5 replies] Last: [quote=Prophet]How do you return a struct from a function? The same wa... (by LB)
variable function arguments
 
regarding varargs: Running code i have gotten from google searches, ends up in errors. Pretty much what i got off a search is use c style or c++11 init lists. ...
[4 replies] Last: on both cases, for some reason, such things did not occur to me. Than... (by metulburr)
*please delete*
 
Sorry, turns out I just had a syntax error.
[no replies]
by elfeck
Project-wide redefinition of builtin types
 
Hello, I'm writing a library that needs a lot of fixed length integer values such as uint32_t and uint64_t defined as standard in the cstdint header. For ...
[2 replies] Last: Why not just use the fixed length integer types directly? Is there som... (by Zhuge)
Debugging
 
So I've written the same code in three different ways..all compiling fine...but the code does not work as desired...I know i have to debug...but nobody has ever...
[18 replies] Last: @ TheIdeasMan I've considered the advice, and i realised what i forgo... (by donvigor)
how to get a program to go to the start
 
Hi i am very stuck, i have a question is there any way to tell the computer to go back to start of the program when using while loops? would also like to know ...
[5 replies] Last: Here I separated game itself from lobby where you asked if you want ot... (by MiiNiPaa)
by Cas39
How to ignore certain input?
 
Hi, I would be grateful if someone could take a look at my code and advise me. I am currently unit testing the menu function to make sure it is working as I ...
[5 replies] Last: Thanks a lot guys, your help was really appreciated. I think some of ... (by Cas39)
by halang
Derivative of nth power
 
please help me about my calculus project. the project is called Derivative of nth power and we will make a code of it. please help me to figure out the codes ...
[12 replies] Last: @KarlAngelo printf("Ambak nag Gmall Karl"); getch(); } (by halang)
Valid declaration (C++)
 
Which of the following is not a valid deceleration? A- unsigned float temperature; B- int a, b, c; C- char letter 5 65; D- double mess; I am stuck h...
[1 reply] : The answer is C. char letter 5 65; is not a valid declaration, as yo... (by xismn)
by dila47
variable sizes
 
Write your question here. my problem is a very simple one. we all know that in c that we could initialize a variable like long long and the capacity of t...
[2 replies] Last: capacity of int and long are same Use long long as you would in C Ab... (by MiiNiPaa)
Check to see if statement is true in the middle of a Do-While statement?
 
Is there a way to make a code check if the While statement is true while it's going through a list of Do's? And if it's false, it'll stop running the Do's at th...
[2 replies] Last: Thanks! I didn't think about nesting an if statement in a do-while sta... (by Chaosepsilon)
out_of_range and I don't know why it's throwing
 
Hey there, so I'm having a problem with substr. I'm getting an out_of_range error but according to my debugging and the compiler, the pos is less than the lengt...
[9 replies] Last: Thanks again everyone for your help. I really really appreciate it. I ... (by catalanor0220)
by sd130
While loop to repeat program not working
 
My program is a guessing game where the user inputs numbers a maximum of three times to guess the correct number. I wanted to add a loop so that the program wou...
[3 replies] Last: Argh, I should have known it was that simple. Thanks, I've got it to w... (by sd130)
October 2013 Pages: 1... 7273747576... 86
  Archived months: [sep2013] [nov2013]

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