Beginners - October 2016 (Page 51)

infinite numner sign...
 
I know that the infinite sign is like 8 but flat... what about in c++? how would code/type the infinite number sign/code? thx
[3 replies] Last: hello WheatFieldOnFire, This worked for me: char ch{ ' ' }; ch = s... (by Handy Andy)
Connecting to ORACLE 11g Express Edition using ODBC
 
Hi I have downloaded the ORACLE 11g Express Edition. I would like to connect to the Express Edition using ODBC. Can the ORACLE ODBC driver be used to c...
[no replies]
C input
 
The input has a line of positive integers. You must process all integers in this line. while(scanf("%d", &x)){ //do something //terminate condition...
[2 replies] Last: It works, tks!! Mind if I ask what does 1l means? (by tomtran3110)
Recursion issue and backtracking (checkerboard jumps)
 
.
[5 replies] Last: Figured it out by myself. Thanks anyways. (by mk92595)
String Problem Errors
 
I need some help with solving this problem I was assigned. I have some errors right now and am wondering as to why they and how I can solve them. The problem fr...
[9 replies] Last: #include <iostream> #include <string> using namespace std; int main... (by closed account 48T7M4Gy)
Having trouble with dynamic memory. Any help would be greatly appreciated. Thanks!
 
I've begun constructing a class that overrides the default limitation of the size of an integer by employing dynamic memory and arrays. SPECIFICALLY MY OVERLOAD...
[5 replies] Last: @SakurasouBusters Every time I fixed my code and those times where my... (by boost lexical cast)
by cm123
name 6 problems in the code please!
 
can someone please name 6 problems in the code? i can't figure them out #include <iostream> using namespace std; int main() { int chang...
[2 replies] Last: Exactly the same code? Coincidence much? http://www.cplusplus.com/foru... (by integralfx)
seperating letters and numbers from string using substr()
 
how can i go about using the substr() function to separate letters and numbers from a string into separate variables from a given input? string str; c...
[1 reply] : http://www.cplusplus.com/reference/locale/isalpha/ http://www.cplusplu... (by integralfx)
by Lado
Censor words in a string
 
Hi, I´m trying to make a program that censor a text. The program is suppose to take one integer that says how many words the program needs to censor(fewer than...
[3 replies] Last: [quote=Lado] what can I use instead of std::set<string> and stringstre... (by integralfx)
October 2016 Pages: 1... 495051
  Archived months: [sep2016] [nov2016]

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