Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim I checked my code and I only found 2 differences, the first is the … 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` Otherwise the code you pasted is the same as mine, I also have… helps, I have had odd hidden behaviour in try catch blocks in different languages before, something like: $mail = new PHPMailer(TRUE… '30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. … of any size or industry. There will be flexible no-code interfaces that allow anyone to build agents tailored to their… elements of logic, somewhat similar to children assembling their LEGO blocks. I would advocate for platforms like SmythOS that abstract away… Re: how I put code blocks in the forum topics? Community Center Geeks' Lounge by Dani > Yes, on a smartphone, we currently are not showing our full editor. This is on our list of future improvements. As of right now, our full editor is not mobile compatible. Update: Our editor has been mobile compatible for well over a year now. I'm going to mark this question solved. Re: Seeking Help for Creating a Circle Generator Tool Programming Game Development by jackwells Here is a code i created <!DOCTYPE html> <html lang="…;> <label for="radius">Enter Radius (blocks):</label> <input type="number" id… + 'px'; circle.style.height = diameter + 'px'; circle.innerHTML = `Radius: ${radius} blocks`; } Re: need a c++ software Programming Software Development by Comatose Code::Blocks Code::Blocks mingw-g++.exe failed Programming Software Development by Labdabeta Code::Blocks isn't working. I recently reinstalled to get a newer … and when I hit build I get the following error: [CODE]mingw32-g++.exe -Wall -g -I"C:\Program Files… obj\Debug\main.o' in 'D:\Programming\C++\TESTINGOPENGL' failed.[/CODE] Please help! Re: [WTF]Code::blocks compiler Programming Software Development by pspwxp fan Code::blocks + MingW is working :) @ Tom Gunn: +Rep to you. Thats very … you about the debugger. But i'm reasonably happy with Code::blocks, it takes a relatively small space and does its job… Re: gcc vs code blocks with itoa Programming Software Development by deceptikon Code::Blocks uses MinGW by default, which is a port of GCC. That said, `itoa` should be available, if I recall correctly. Normally I'd ask what your switches are and to post some code which fails to find `itoa`, but a standard alternative is `snprintf` (or `sprintf` if you're not running C99 or later). Re: Include header file in project - Code::Blocks Programming Software Development by Ancient Dragon Code::Blocks normally puts all *.h and *.cpp files in the same folder as the project itself. If you move those files somewhere else you will have to tell CB where to find them. Re: Code Help - Restructure. Programming Software Development by DarthPJB … a bad idea :P. try using this as a prototype [code=c++] void printWords( int , char**, int , int , …totalWords, int uniqueWords, const bintree<word> tree ); [/code] While there's nothing wrong with defining function prototypes using… to understand. also can you please use the code blocks with C++ defined as the language, it makes reading… Can anyone tell me what am i missing? Community Center Meta DaniWeb by caut_baia … does it say you can't post code or you'll get an infraction????? [/code] Infraction System Our rules are enforced by… * Do post in full-sentence English * Do wrap your programming code blocks within [code] ... [/code] tags * Do use clear and relevant titles for new… beginner strugglign to debug Programming Software Development by 0805638 [code] #include <iostream> using namespace std; int main () { bool …"); cout << (x/y); return 0; [/code] errors everywhere, using code::blocks on Ubuntu using g++ compiler...I think I just… javascript + php pass id to delete (help pls) Programming Web Development by momonq1990 Code blocks are created by indenting at least 4 spaces ... and can …; can someone tell where im wrong to this javascript... this code pass the id=$sysid to the delete.php but before… to pass i make dialogbox yes and no. but this code alway sent me to the next page. help plsssss function + php delete problem to dialog box Programming Web Development by momonq1990 Code blocks are created by indenting at least 4 spaces ... and can …; can someone tell where im wrong to this javascript... this code pass the id=$sysid to the delete.php but before… to pass i make dialogbox yes and no. but this code alway sent me to the next page. help plsssss pls help me to my background coding Digital Media UI / UX Design by momonq1990 Code blocks are created by indenting at least 4 spaces ... and can … anything like this page.. http://www.teletech.com/ how to code the background???? Could I manage the resource of Qt without try and catch? Programming Software Development by stereomatching Code blocks are created by indenting at least 4 spaces ... and can … Re: Merge Sort Memory Error Programming Software Development by Banfa Code::Blocks is just a light IDE that calls out to gcc so you can just put the compiler switch I gave in [url=http://www.daniweb.com/forums/post1164629.html#post1164629]post #24[/url] onto you command line Re: header file, imp file, driver file questions Programming Software Development by Ancient Dragon >Code blocks are created by indenting at least 4 spaces ... and can span multiple lines Or just start the code in ~~~ and end… with ~~~. You don't have to manually indenmt the code that way > //how do i get it to output… Re: IDE . Programming Software Development by Fbody Code::Blocks is good, but you need the package that comes with the compiler (mingw). Stay away from Dev-C++, it's not very good (at least not in my experience, but I had the Bloodshed version, not the wx version). Re: Noob - Hello World Not Working Programming Software Development by VernonDozier … go into the Windows Control Panel and uninstall Dev C++, Code Blocks, and (if it exists separately, the mingw compiler), then …. I forget the exact install options, but just let Code Blocks install where it wants to and go with all the… it's all automatic. I think Dev C++ and Code Blocks both use the mingw compiler, but the download for each… Re: Default parameter problem Programming Software Development by mike_2000_17 Code.Blocks uses the GCC compiler (with MinGW). GCC…). To enable them, you have to compile your code with the compiler flag "-std=gnu++0x"… of your compiler either through some menu in Code.Blocks or by finding the installation directory of MinGW …4, which it should if you have the latest Code.Blocks version (which comes with 4.4), then you… Re: '*' to 'X'.................. Programming Software Development by VernonDozier …(); } [/code] You need to format and use code tags. [noparse] [code=cplusplus] // paste code here [/code] [/noparse] Your code is very hard…, it makes it hard to tell where code blocks begin and end. You already have your …mySeatNum, you'll do this: [code] plane[myRowNum][mySeatNum] = 'X'; [/code] Depending on how you want to… Re: Sorting objects by class member variables Programming Software Development by Roger_Hades …when compiled //could it be compiler problems?? I'm using Code::Blocks 8.02.. dont know what compiler } else if(sortchoice … &t2) { return t1.name < t2.name; } [/code] Thanks Jason, i found out how to pass a vector…stl_algo.h" and points me to these few lines [code=php] if (__comp(__a, __b)) if (__comp(__b, … Re: Noob - Hello World Not Working Programming Software Development by VernonDozier Code Blocks keeps the execution window without [ICODE]cin.get ()[/ICODE] as well. Just checked to confirm. It's free. [url]http://www.codeblocks.org/[/url] Re: c++ error Programming Software Development by skorm909 [CODE]int main() { using namespace std; int x; cout << &…; endl; } system("pause"); return 0; } [/CODE] so i put this code into the code::blocks program and tried to run it. it… Re: need help with parsing data from *.csv files Programming Software Development by Ancient Dragon Code::Blocks w/MinGW compiler. For some reason the length is not … Re: GUI Project Programming Software Development by cgeier Code blocks. What I meant by that is to click "</> Code", paste your code for your first class. Click "Insert Code Snippit". Then repeat this for each class. Rather than clicking it once and posting it all together. What will this do? Make it so people are more likely to read your code. Re: Help with C++ program Programming Software Development by David W > ... code so that the user can choose a math operation and ... … debug each section INDIVIDUALLY (perhaps ... some of the code blocks in your example code may do, or guide you in coding to do… Re: IDE on Linux Programming Software Development by jbennet Code::Blocks looks pretty cool. Ill give that a shot. Thanks. Re: Attempting to open browser in C++ Programming Software Development by Ancient Dragon Code::Blocks is a good one.