Showing posts with label C IN HINDI. Show all posts
Showing posts with label C IN HINDI. Show all posts

Saturday 3 June 2017

All About C Intro / Some Basic Things Before Actual Programming In Hindi

Leave a Comment
Hello Guys , Welcome To Hax4Us


Dosto C Language Learn Karne Se Pehle ye jaruri hai ki hum kuch basic things clear karle...

To iss vedio me kuch basic baate ki hai mene then kal se hum real programming lessions start karenge....


Video Play Na Ho To Niche Link Par Click Kare
Click Here

Read More

Friday 24 March 2017

Here Is My C Program To Encrypt Any Text (Hax4Us)

2 comments
Hax4Us
Namaskar Dosto , Aap Sabhi Ka Fir Se Swagat Hai...

Aaj Dosto Me Aapko Ek Basic Program Bataunga Jo Mene Khud Banaya Hai , Aap Isme Or Bhi Modifications Kar Sakte Hai Like Mene Iski Limit Only 6 Characters Ki Rakhi Hai Aap Ise Increase Bhi Kar Sakte Hai And Koi Bhi Problem Ho To Aap Mujse Freely Puch Skte Hai.

Vese Me Ese Programs Banata Rehta Hu Or Share Bhi Karta Rahunga....

Jo Bhi C Programming Me Newbie Hai Vo Ise Easily Understand Kr Sakte Hai ....

Code :-
************************************
#include<stdio.h>
main()
{
    int i,j;
    char a[6];
    char b[26]={'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'};
    printf("Hello User Enter Your Name To Encrypt\nAnd Keep In Mind :\n Enter At Least 6 characters\n");
        scanf("%s",&a);
    for(i=0;i<6;i++)
    {
        for(j=0;j<26;j++)
          {
            if(a[i]==b[j])
            {
                a[i]=j;
            }
        }
          }
    for(i=0;i<6;i++)
    {
        printf("%d",a[i]);
    }
}
************************************

Note :- Ye Program Linux Ya Android Me Easily Compile And Run Ho Jayega But Windows Ke Liye Isme Aapko Conio.h Header File Add Karni Padegi..

For Any Problem You Can Comment Or Ask
Read More

Tuesday 21 February 2017

All About C Part-5 Some Basic Examples In Hindi (Hax4Us)

Leave a Comment

Dosto AAC Part-4 Me Humne Data Types Ke Baare Me Pada Tha And Ab Hum Some Basic Examples Padenge...

Steps :-

  1. Firstly hum Padenge ki two integers ko multiply karte samay Hume kesi baato ko dhyan me rakhna h
  2. Second float numbers ya float  data type ke variables ko kese multiply Karna h.
So Friends iss part ko aap niche link par click karke dekh sakte h :


Note :- Humare YouTube Channel Ko Subscribe Karna Na Bhoole Taki Hum Jab Bhi Video Upload Kare To Aapke Paas Notification Aa Jaye.

Read More

Thursday 9 February 2017

All About C Part-4 Data Types In Hindi - We Proud To Be Programmer

2 comments


Guys AAC Part-3 Me Humne Operators k baare me PDA ab hum iss part me pdege ki C language me data type ka meaning kya h

Steps :-
  1. Ab hum pdege ki what is data type.
  2. Frr pdege ki data types kitne hote h.
  3. Data types ka use hum kaha or kyo krte h.
So friends iss part ko aap niche link p click krk dek skte h :-

Read More

Wednesday 8 February 2017

All About C Part-3 In Hindi - We Proud To Be A Programmer (Hax4Us)

2 comments

AAC(All About C) k Part-2 me humne kuch basic concepts learn kre because kisi bhi program ko bnane se pehle ye basic things Hume pta honi chaye. To chlo ab Part-3 me kuch Operators k baare me pdte h :-

Steps :-

  1. To ab hum ye smjege ki operator kya hote h
  2. Operator k types kitne hote h
Me apni Part-3 ki videos me step wise step btaunga ki operators k types kitne hote h 




Don't forget to like our official fb page
Read More

Tuesday 7 February 2017

All About C Part-2 In Hindi - We Proud To Be A Programmer (Hax4Us)

2 comments

AAC(All About C) k Part-1 me humne kuch basic concepts learn kre because kisi bhi program ko bnane se pehle ye basic things Hume pta honi chaye. To chlo ab Part-2 me kuch concepts clear kre :-

Steps :-

  1.  Ab hum samjege ki program kse bnate h
  2. Frr hum ye bhi smjege ki Hume program bnate samay kin kin bato ka dhyan rkna h

First Program 

Hum ab ek program bnayege Jo kisi bhi two numbers ko add krega.
Maan lijiye ki humare paas do numbers h 5 and 2 or ab Hume inn dono ko add krna h :-

Code:-

#include&ltstdio.h&gt
#include&ltconio.h&gt
main()
{
int a , b,c;
a=5;
b=2;
c=a+b;
printf("Sum is %d",c);
getch();
}

So this is very basic program. Isme apne bahut si esi chize deki Jo apne part-1 me bhi ni pdi to m apko apni video me step wise btata hu ki inn SB ka meaning kya h. Part-2 ko three videos me divide kiya gaya h

Click Here To Watch Part-2(Like Our Video)
Click Here To Watch Part-2.A
Click Here To Watch Part-2.B

Ab hum Part-3 me operators ko deeply smjege because operator most important h kisi bhi program k liye.

Note :- Agr apko koi bhi problem h to aap comment box me puch skte h

Don't forget to like our official fb page


Read More

Monday 6 February 2017

All About C Part-1 In Hindi-We Proud To Be A Programmer (Hax4Us)

5 comments
C Language Is A Programming Language And In This Post We(Hax4Us) Are Going To Teach All Basic Things Of C Language In Hindi.


Why in Hindi ?
Because hindi is our mother tongue and we can easily understand everything in Hindi than English ..

To Me Apko C k Baare Me Btaunga Or Ye bhi btaunga ki aapko kaha se starting krni h taki aap easily understand kr ske.

Steps:-

  1. Sabse pehle apko ye janna hoga ki programmes kya hote h and uska use kaha or kyo hota h .
  2. Second hum ye smjege ki 'C' programs ko bnane me kin kin tools ka use hota h.
  3. Third hum ye smjege ki kisi bhi program ko bnane k baad use run kese krte h.
So All About C Part-1 me uppr diye gye steps k baare me pdege .

Q-1 What Is Programs ?
And:- Program is nothing but a set of instructions. Means program vo hote h jink dwara hum computer ko instructions dete h kisi bhi specific work ko complete krne k liye mtlb humare dwara computer ko diye gye instructions ka set program hota h.
Programs ka use software bnane ya computer ko directly instructions dene k liye hota h.

Q-2 Which types Of Tools Are Used In C Language ?
And:- C language me basically kuch predefined keywords , identifiers , functions use hote h.
Keywords:- keyword is nothing but a prereserved word that are use in c programs. Mtlb keyword vo words hote h jinka meaning pehle se hi defined h mtlb bss hum inhe apne programs me use kr skte h kyoki ye pehle se hi defined to hum inme koi change ni kr skte .Jb hum program bnayege to apko jyada better smj aa jayega.

Identiers:- Identification is a process of giving a name to any variable or constant 
Mtlb ye ek process jisme hum kisi bhi variable ya constant ko ek naam dete h jisse hum use pehchan ske.

Variables :- variable memory jaha hum apna data store krte h programs me. Variable ki value hum kbi bhi change kr skte h.

Constant :- constant bhi memory h jaha h apna data store krte h but iski value ek baar assign krne k baad change ni hoti.

Operators :- Operators vo symbols hote h jinka use kisi specific work ko krn k liye kia jata h. operators ka use kia jata h jese ki 2+2
Isme '+' operator ka use kia gya h and ye operator jinke bich use ho RHA h vo operands h. Mtlb jb hume 2 and 2 ko add krna tha tb humne '+' operator ka use kra .

Q-3 How Can We Run C Programs ?
And:- C programs bnane k baad ab Hume need hoti h ki hum usko run kre taki Jo bhi instructions hum computer ko dena chahte h vo computer ko mil jaye. To sabse pehle kisi bhi program ko run krane k liye Hume use compile krna pdta h jisk liye Hume ek compiler ki need hoti h.
Compiler : - Compiler ek translater ka kaam karta h kyoki aap abhi jante h ki computer ki Jo language h vo machine language hoti h means vo sirf binary digits (0 and 1) ko hi read kr skta h but hum Jo program bnate h vo to binary digits me ni hote to compiler humare program ko translate krdeta h machine language me taki computer humare program ko read kr ske .
So jink pas PC (Computer) h vo ek compiler download kr skte h ..
Turbo C++ is most popular and best compiler and highly recommended by Hax4Us.
Agr aapk pas computer ni h to tention mt lijiye aap apne android mobile me bhi programs compile and run kr skte ho.
Iss Link P Click Kre Or Jane Android Me Programs ko Run Krane Ka tarika Click Here

All About C Part-1 Me Humne Basic Theories And Concepts Pde.

Ab All About C Part-2 Me hum programs bnayege. 
Read More

How Can We RuN C/C++ Programs On Android Guide By Hax4Us

4 comments
Programming on Android in C/C++.
For the programming on Android in C/C++ download C4droid android application from following this link
Features of C4droid application.
C4droid is a user-friendly (but powerful) C/C++ IDE + C/C++ compiler for Android.
Basic features:
– Offline C compiler: create your own applications on Android device and run them even without Internet access
– Source code editor with syntax highlighting, tabs, code completion, code formatting, file association and undo/redo
– Export&share your programs as APKs or native executables (for terminal apps)
– No root required (but C4droid can use it for your programs if you want)
– Full ANSI C and ISO C99 support with TCC (Tiny C Compiler) + uClibc
– Git integration
– Customizable GUI, choose where to place tabs and buttons by yourself, themes are also supported.
More features with a free GCC plugin:
– Fully-functional C++ compiler, almost complete C++11 support with GCC compiler
– NativeActivity, Qt, SDL and SDL2 support for GUI
– Debugger with breakpoints and watches
– Makefile support: use the same build scripts as on your PC (BusyBox is included)
– Semi-automatic open-source library porting feature for enhanced programming & education
C4droid is designed to be user-friendy out-of-the-box, but nothing is perfect, so here are some answers for questions that can appear:
How to install C++ support?
C4droid will ask you to install C++ support at first startup and will configure itself in semi-automatic mode.
If you want to do that manually, you need:
0) Enough internal memory OR root rights. C4droid does not require root rights for devices with more than 50MB of free internal memory.
1) Install GCC plugin (C4droid will ask you to install it).
2) Select G++ compiler in C4droid preferences.
3*) Add “using namespace std;” to your program(before int main), use iostream, not iostream.h
Note that if you want to use C4droid as a C compiler, it is better to select GCC, not G++.
How to use SDL, SDL2, NativeActivity and Qt in single-file mode?
Just install SDL plugin and select G++ compiler in C4droid preferences.
Note that C4droid chooses app mode using a very simple source code analysis:
SDL is detected with #include “SDL.h”, SDL2 is detected with #include “SDL2/SDL.h”, NativeActivity is detected with #include “android_native_app_glue.h”, Qt is detected with #include “QApplication”
If you are compiling a single-file Qt app, you must add #include “yoursourcefilenamewithcpp.moc” to the end of source code file also.
How to use Makefiles, multifile projects, etc?
Long-click compile button (or select “compilation settings” if buttons are hidden/moved) and configure current directory to use the mode you want.
Note that C4droid will create .c4droid configuration file when you will press Ok. Some modes (like makefile) require to enter result executable file name, don’t forget to do that.
After doing that all use compile and run buttons to build and run your app as regular.
How to build and install libraries?
Almost the same way as regular Makefile building except for that most probably some patching may be required.
Currently tested libraries are gmp(internal memory only),mpfr,mpc,libxml2,neon,sqlite,SDL_gfx(–disable-mmx required).
Which gestures/keyboard shortcuts does C4droid support?
Long-click gestures:
New button: delete current file.
Save button: save as.
Open button: recent files.
Run button: run with arguments.
Compile button: configure current directory.
Tab: close tab.
Keyboard shortcuts:
Ctrl-C, Ctrl-V, Ctrl-X for Copy, Paste and Cut
Ctrl-S, Ctrl-O for Save/Open
Ctrl-Z, Ctrl-Y for Undo/Redo.
Ctrl-L for “go to Line”
Ctrl-F for Find
Ctrl-A for select All
Ctrl-B for Build/compile
Ctrl-R for Run
Ctrl-Space/Ctrl-D for auto completion (Ctrl-Space may be reserved by Android)


Don't forget to like our official fb page


Read More

Friday 6 January 2017

Sunday 1 January 2017

OPERATOR IN C LANGUAGE IN HINDI BY LK

1 comment
OPERATOR IN C LANGUAGE IN HINDI 

Hey guys... AGR aap operator in c language k baare m Hindi m study krna chahte h to aap niche click kre or mre notes padiye..
Click here



Don't forget to like our official fb page 


Read More