
please wait
by Extreme112
Function Template Already Defined
|
I've searched online and found several topics with the same error, but I still can't figure this out. I think the issue might be might with #includes. I f... |
Jan 30, 2016 at 1:48am
[3 replies] Last: i edited my post to split .h and .cpp I dont like this approach, incl... (by Jaybob66)
|
by Onpocket
Strings - The Sequel
|
Hi there, i was trying to make a code wich would allow a user to insert a phrase and then the console app would print back the same phrase, although all the wor... |
Jan 29, 2016 at 10:26pm
[3 replies] Last: Sorry took me a while to figure out how to use the function...... (by Onpocket)
|
loading a string array and a parallel double array |
So i am working on this program that has to read a file contacting property address and the amount of property tax due. The file looks like this: 151 Acorn 50... |
Jan 29, 2016 at 6:53pm
[12 replies] Last: haha my professor finally emailed me back and alerted me that there is... (by BonsaiSuperstar)
|
by wellhello
Future date
|
I want to use difftime to count days between today and the day in the future. I don't know how to do the latter. I've tried time_t future = time(???) where '???... |
Jan 29, 2016 at 6:30pm
[1 reply] : The easiest way is to first the struct tm structure completely with th... (by Shadowwolf)
|
by Dmytro
What are these strange amazing Makefile.am Makefile.in?
|
What are these strange amazing Makefile.am Makefile.in? I downloaded a project that contains. How strange, many Makefile.am and Makefile.in it? I have compiler... |
Jan 29, 2016 at 6:11pm
[1 reply] : Compiler generates object files based on source files and linker c... (by keskiverto)
|
by haiqi
extract unique rows of 2d array
|
hi, i have a 2d array with entries like 1.2 2.3 2.4 4.5 1.2 2.3 1.9 3.5 I want to extract all the unique rows of the 2d array like this ... |
Jan 29, 2016 at 5:57pm
[3 replies] Last: If you had the 2D array stored as a std::vector of vectors (each row a... (by keskiverto)
|
by warrior757
swimmingpool
|
so i made this program recently i am stuck and need help it Write the definition of a class, swimmingPool, to implement the properties of a swimming pool. You... |
Jan 29, 2016 at 5:40pm
[6 replies] Last: also @cire would drain be the same way ,but a little bit different (by warrior757)
|
by hookster007
Summing Rows of 2 Dimensional Array
|
Hey guys, I'm completely lost on what to do next, I'm writing a program that takes numbers, and sorts them into columns, then calculate the sum of the 4 separat... |
Jan 29, 2016 at 5:26pm
[8 replies] Last: Ah yes you're right! I don't know how I missed that one...Thanks for h... (by hookster007)
|
by CrypticA1
LNK1561 c++ window form application
|
So I don't know if this is a good place to post this but I seem to be having an error with my visual studio 2015. I made a windows form project and I seem to be... |
Jan 29, 2016 at 5:21pm
[6 replies] Last: Thanks bro you saved ME :D. Also I made my calculator (by CrypticA1)
|
by VICR93
Read the sticky, console still closing right away
|
Okay, I have Windows 10. I am using Sublime Text2 with the MinGW compiler. I went through the sticky on Console Closing down. I tried several different optio... |
Jan 29, 2016 at 4:34pm
[4 replies] Last: That did the trick! and what a trick it is. I'm guessing its leaving t... (by VICR93)
|
by PascalShock
Variables to byte arrays
|
Hi, need some help with converting variables into byte arrays for serial transmission on Arduino in each direction. I need to convert int, long, long long and f... |
Jan 29, 2016 at 4:04pm
[5 replies] Last: Do you mean something like this ? #include<iostream> using namespac... (by obscure)
|
by DrZoidberg
Converting date string to timestamp
|
This is my attempt: #include <time.h> #include <string> #include <iostream> #include <stdio.h> #include <conio.h> #include <Windows.h> long gettimezone(){ ... |
Jan 29, 2016 at 3:42pm
[5 replies] Last: i thought time_t was typedef'd as unsigned long Not necessarily, tim... (by jlb)
|
by plus2
Pointers
|
Program is to enter a string and search for a specific word in that string. Output should be the first alphabet of the word searched for. I'm gettin errors and... |
Jan 29, 2016 at 3:21pm
[2 replies] Last: char *substr(char *string1,char string2); So, substr is declared a... (by cire)
|
by alzetoun1
insert random number
|
How can we insert two independent random number to two equations (x,y) contain two parts like this: x = a* randomnumber1 + b* randomnumber2 y = c* randomnumb... |
Jan 29, 2016 at 2:33pm
[3 replies] Last: Something like that, yes. Is that not what you want? (by Zhuge)
|
by DodoTedo
Need help with solving a task
|
Write a program that reads from the standard input a text in English and outputs in the standard output the same text encoded in Morse code. The program must ha... |
Jan 29, 2016 at 1:12pm
[2 replies] Last: Thanks (by DodoTedo)
|
Few Questions |
What is transmitted with function call by reference in the programming language C++? а) the address of the argument b) the address of the variable c) if ... |
Jan 29, 2016 at 1:07pm
[4 replies] Last: What is transmitted with function call by reference in the programmin... (by dhayden)
|
by ZahoorKhan
Can we learn two programming languages together?
|
I am learning C++, so I want to ask should I also start PHP also. Mean if I divide my day time in two parts morning for C++ and evening for PHP. So, is it possi... |
Jan 29, 2016 at 11:23am
[5 replies] Last: Ok, ok don't be too much hyper #TarikNaej (by ZahoorKhan)
|
by cskarche96
Pointers and arrays
|
Write your question here. Hello guys, I'm a beginner in C++ and I have a question. Can someone explain to me the lines 15th, 16th, 17th and 18th from my code .... |
Jan 29, 2016 at 9:27am
[2 replies] Last: Thank you very much ! You've helped me a lot ! :) And about line 17 , ... (by cskarche96)
|
by Nickalater
Adding step size?
|
Hello Im still fairly new to C++ programming. This is my first semester using this type of coding. I am not sure how to create a step size for one of my problem... |
Jan 29, 2016 at 6:05am
[3 replies] Last: @TheIdeasMan Thanks for the constructive feedback. I'll keep this in m... (by integralfx)
|
by asya
Sum of two arrays printed in a third array by passing the values to a function
|
Hello, I have an assignment to make. I am not sure if I am on the right track and I receive two errors from the compiler. I am also not sure if I should put th... |
Jan 29, 2016 at 5:53am
[2 replies] Last: Thank you, Ispil! It worked. (by asya)
|